diff --git a/WinIn.FasterZ.AgGridReport/.gitattributes b/WinIn.FasterZ.AgGridReport/.gitattributes new file mode 100644 index 000000000..c941e5266 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/.gitattributes @@ -0,0 +1 @@ +**/wwwroot/libs/** linguist-vendored diff --git a/WinIn.FasterZ.AgGridReport/.gitignore b/WinIn.FasterZ.AgGridReport/.gitignore new file mode 100644 index 000000000..cfcba3fe6 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/.gitignore @@ -0,0 +1,265 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config +# NuGet v3's project.json files produces more ignoreable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# AgGridReport +src/WinIn.FasterZ.AgGridReport.Web/Logs/* +src/WinIn.FasterZ.AgGridReport.Web.Host/Logs/* +src/WinIn.FasterZ.AgGridReport.AuthServer/Logs/* +src/WinIn.FasterZ.AgGridReport.HttpApi.Host/Logs/* +src/WinIn.FasterZ.AgGridReport.HttpApi.HostWithIds/Logs/* +src/WinIn.FasterZ.AgGridReport.DbMigrator/Logs/* +src/WinIn.FasterZ.AgGridReport.Blazor.Server/Logs/* +src/WinIn.FasterZ.AgGridReport.Blazor.Server.Tiered/Logs/* + +# Use abp install-libs to restore. +**/wwwroot/libs/* diff --git a/WinIn.FasterZ.AgGridReport/.prettierrc b/WinIn.FasterZ.AgGridReport/.prettierrc new file mode 100644 index 000000000..56af76bd9 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/.prettierrc @@ -0,0 +1,5 @@ +{ + "singleQuote": true, + "useTabs": false, + "tabWidth": 4 +} diff --git a/WinIn.FasterZ.AgGridReport/.vs/ProjectEvaluation/winin.fasterz.aggridreport.metadata.v7.bin b/WinIn.FasterZ.AgGridReport/.vs/ProjectEvaluation/winin.fasterz.aggridreport.metadata.v7.bin index 5181ace8b..9e788512f 100644 Binary files a/WinIn.FasterZ.AgGridReport/.vs/ProjectEvaluation/winin.fasterz.aggridreport.metadata.v7.bin and b/WinIn.FasterZ.AgGridReport/.vs/ProjectEvaluation/winin.fasterz.aggridreport.metadata.v7.bin differ diff --git a/WinIn.FasterZ.AgGridReport/.vs/ProjectEvaluation/winin.fasterz.aggridreport.projects.v7.bin b/WinIn.FasterZ.AgGridReport/.vs/ProjectEvaluation/winin.fasterz.aggridreport.projects.v7.bin index 88432b361..bc72bb918 100644 Binary files a/WinIn.FasterZ.AgGridReport/.vs/ProjectEvaluation/winin.fasterz.aggridreport.projects.v7.bin and b/WinIn.FasterZ.AgGridReport/.vs/ProjectEvaluation/winin.fasterz.aggridreport.projects.v7.bin differ diff --git a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/DesignTimeBuild/.dtbcache.v2 b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/DesignTimeBuild/.dtbcache.v2 index 87413971b..ef95972f9 100644 Binary files a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/DesignTimeBuild/.dtbcache.v2 and b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/DesignTimeBuild/.dtbcache.v2 differ diff --git a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/FileContentIndex/427fd1cb-ca9e-4eaa-a3f8-57a9018b1aa8.vsidx b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/FileContentIndex/427fd1cb-ca9e-4eaa-a3f8-57a9018b1aa8.vsidx deleted file mode 100644 index 4bf52a992..000000000 Binary files a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/FileContentIndex/427fd1cb-ca9e-4eaa-a3f8-57a9018b1aa8.vsidx and /dev/null differ diff --git a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/FileContentIndex/7a7ea8db-da38-44c3-9899-a585f7d3af90.vsidx b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/FileContentIndex/7a7ea8db-da38-44c3-9899-a585f7d3af90.vsidx deleted file mode 100644 index 92723568a..000000000 Binary files a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/FileContentIndex/7a7ea8db-da38-44c3-9899-a585f7d3af90.vsidx and /dev/null differ diff --git a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/.futdcache.v2 b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/.futdcache.v2 index bff6e7f30..823ab7cc2 100644 Binary files a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/.futdcache.v2 and b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/.futdcache.v2 differ diff --git a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/.suo b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/.suo index 305b81810..128779f40 100644 Binary files a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/.suo and b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/.suo differ diff --git a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/fileList.bin b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/fileList.bin index 2f841c338..3eb972ae6 100644 Binary files a/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/fileList.bin and b/WinIn.FasterZ.AgGridReport/.vs/WinIn.FasterZ.AgGridReport/v17/fileList.bin differ diff --git a/WinIn.FasterZ.AgGridReport/NuGet.Config b/WinIn.FasterZ.AgGridReport/NuGet.Config new file mode 100644 index 000000000..bdc451971 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/NuGet.Config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/WinIn.FasterZ.AgGridReport.sln b/WinIn.FasterZ.AgGridReport/WinIn.FasterZ.AgGridReport.sln new file mode 100644 index 000000000..be388eb44 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/WinIn.FasterZ.AgGridReport.sln @@ -0,0 +1,130 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29020.237 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.Domain", "src\WinIn.FasterZ.AgGridReport.Domain\WinIn.FasterZ.AgGridReport.Domain.csproj", "{554AD327-6DBA-4F8F-96F8-81CE7A0C863F}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.Application", "src\WinIn.FasterZ.AgGridReport.Application\WinIn.FasterZ.AgGridReport.Application.csproj", "{1A94A50E-06DC-43C1-80B5-B662820EC3EB}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.EntityFrameworkCore", "src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "{C956DD76-69C8-4A9C-83EA-D17DF83340FD}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.Web", "src\WinIn.FasterZ.AgGridReport.Web\WinIn.FasterZ.AgGridReport.Web.csproj", "{068855E8-9240-4F1A-910B-CF825794513B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{CA9AC87F-097E-4F15-8393-4BC07735A5B0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{04DBDB01-70F4-4E06-B468-8F87850B22BE}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.Application.Tests", "test\WinIn.FasterZ.AgGridReport.Application.Tests\WinIn.FasterZ.AgGridReport.Application.Tests.csproj", "{50B2631D-129C-47B3-A587-029CCD6099BC}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.Web.Tests", "test\WinIn.FasterZ.AgGridReport.Web.Tests\WinIn.FasterZ.AgGridReport.Web.Tests.csproj", "{5F1B28C6-8D0C-4155-92D0-252F7EA5F674}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.Domain.Shared", "src\WinIn.FasterZ.AgGridReport.Domain.Shared\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "{42F719ED-8413-4895-B5B4-5AB56079BC66}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.Application.Contracts", "src\WinIn.FasterZ.AgGridReport.Application.Contracts\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "{520659C8-C734-4298-A3DA-B539DB9DFC0B}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.HttpApi", "src\WinIn.FasterZ.AgGridReport.HttpApi\WinIn.FasterZ.AgGridReport.HttpApi.csproj", "{4164BDF7-F527-4E85-9CE6-E3C2D7426A27}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.HttpApi.Client", "src\WinIn.FasterZ.AgGridReport.HttpApi.Client\WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj", "{3B5A0094-670D-4BB1-BFDD-61B88A8773DC}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests", "test\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj", "{1FE30EB9-74A9-47F5-A9F6-7B1FAB672D81}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.TestBase", "test\WinIn.FasterZ.AgGridReport.TestBase\WinIn.FasterZ.AgGridReport.TestBase.csproj", "{91853F21-9CD9-4132-BC29-A7D5D84FFFE7}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.Domain.Tests", "test\WinIn.FasterZ.AgGridReport.Domain.Tests\WinIn.FasterZ.AgGridReport.Domain.Tests.csproj", "{E512F4D9-9375-480F-A2F6-A46509F9D824}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp", "test\WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp\WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj", "{EF480016-9127-4916-8735-D2466BDBC582}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinIn.FasterZ.AgGridReport.DbMigrator", "src\WinIn.FasterZ.AgGridReport.DbMigrator\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", "{AA94D832-1CCC-4715-95A9-A483F23A1A5D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {554AD327-6DBA-4F8F-96F8-81CE7A0C863F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {554AD327-6DBA-4F8F-96F8-81CE7A0C863F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {554AD327-6DBA-4F8F-96F8-81CE7A0C863F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {554AD327-6DBA-4F8F-96F8-81CE7A0C863F}.Release|Any CPU.Build.0 = Release|Any CPU + {1A94A50E-06DC-43C1-80B5-B662820EC3EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1A94A50E-06DC-43C1-80B5-B662820EC3EB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1A94A50E-06DC-43C1-80B5-B662820EC3EB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1A94A50E-06DC-43C1-80B5-B662820EC3EB}.Release|Any CPU.Build.0 = Release|Any CPU + {C956DD76-69C8-4A9C-83EA-D17DF83340FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C956DD76-69C8-4A9C-83EA-D17DF83340FD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C956DD76-69C8-4A9C-83EA-D17DF83340FD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C956DD76-69C8-4A9C-83EA-D17DF83340FD}.Release|Any CPU.Build.0 = Release|Any CPU + {068855E8-9240-4F1A-910B-CF825794513B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {068855E8-9240-4F1A-910B-CF825794513B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {068855E8-9240-4F1A-910B-CF825794513B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {068855E8-9240-4F1A-910B-CF825794513B}.Release|Any CPU.Build.0 = Release|Any CPU + {50B2631D-129C-47B3-A587-029CCD6099BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {50B2631D-129C-47B3-A587-029CCD6099BC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {50B2631D-129C-47B3-A587-029CCD6099BC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {50B2631D-129C-47B3-A587-029CCD6099BC}.Release|Any CPU.Build.0 = Release|Any CPU + {5F1B28C6-8D0C-4155-92D0-252F7EA5F674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5F1B28C6-8D0C-4155-92D0-252F7EA5F674}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5F1B28C6-8D0C-4155-92D0-252F7EA5F674}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5F1B28C6-8D0C-4155-92D0-252F7EA5F674}.Release|Any CPU.Build.0 = Release|Any CPU + {42F719ED-8413-4895-B5B4-5AB56079BC66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {42F719ED-8413-4895-B5B4-5AB56079BC66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {42F719ED-8413-4895-B5B4-5AB56079BC66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {42F719ED-8413-4895-B5B4-5AB56079BC66}.Release|Any CPU.Build.0 = Release|Any CPU + {520659C8-C734-4298-A3DA-B539DB9DFC0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {520659C8-C734-4298-A3DA-B539DB9DFC0B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {520659C8-C734-4298-A3DA-B539DB9DFC0B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {520659C8-C734-4298-A3DA-B539DB9DFC0B}.Release|Any CPU.Build.0 = Release|Any CPU + {4164BDF7-F527-4E85-9CE6-E3C2D7426A27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4164BDF7-F527-4E85-9CE6-E3C2D7426A27}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4164BDF7-F527-4E85-9CE6-E3C2D7426A27}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4164BDF7-F527-4E85-9CE6-E3C2D7426A27}.Release|Any CPU.Build.0 = Release|Any CPU + {3B5A0094-670D-4BB1-BFDD-61B88A8773DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3B5A0094-670D-4BB1-BFDD-61B88A8773DC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3B5A0094-670D-4BB1-BFDD-61B88A8773DC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3B5A0094-670D-4BB1-BFDD-61B88A8773DC}.Release|Any CPU.Build.0 = Release|Any CPU + {1FE30EB9-74A9-47F5-A9F6-7B1FAB672D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1FE30EB9-74A9-47F5-A9F6-7B1FAB672D81}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1FE30EB9-74A9-47F5-A9F6-7B1FAB672D81}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1FE30EB9-74A9-47F5-A9F6-7B1FAB672D81}.Release|Any CPU.Build.0 = Release|Any CPU + {91853F21-9CD9-4132-BC29-A7D5D84FFFE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {91853F21-9CD9-4132-BC29-A7D5D84FFFE7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {91853F21-9CD9-4132-BC29-A7D5D84FFFE7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {91853F21-9CD9-4132-BC29-A7D5D84FFFE7}.Release|Any CPU.Build.0 = Release|Any CPU + {E512F4D9-9375-480F-A2F6-A46509F9D824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E512F4D9-9375-480F-A2F6-A46509F9D824}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E512F4D9-9375-480F-A2F6-A46509F9D824}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E512F4D9-9375-480F-A2F6-A46509F9D824}.Release|Any CPU.Build.0 = Release|Any CPU + {EF480016-9127-4916-8735-D2466BDBC582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EF480016-9127-4916-8735-D2466BDBC582}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EF480016-9127-4916-8735-D2466BDBC582}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF480016-9127-4916-8735-D2466BDBC582}.Release|Any CPU.Build.0 = Release|Any CPU + {AA94D832-1CCC-4715-95A9-A483F23A1A5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AA94D832-1CCC-4715-95A9-A483F23A1A5D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AA94D832-1CCC-4715-95A9-A483F23A1A5D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AA94D832-1CCC-4715-95A9-A483F23A1A5D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {554AD327-6DBA-4F8F-96F8-81CE7A0C863F} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + {1A94A50E-06DC-43C1-80B5-B662820EC3EB} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + {C956DD76-69C8-4A9C-83EA-D17DF83340FD} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + {068855E8-9240-4F1A-910B-CF825794513B} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + {50B2631D-129C-47B3-A587-029CCD6099BC} = {04DBDB01-70F4-4E06-B468-8F87850B22BE} + {5F1B28C6-8D0C-4155-92D0-252F7EA5F674} = {04DBDB01-70F4-4E06-B468-8F87850B22BE} + {42F719ED-8413-4895-B5B4-5AB56079BC66} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + {520659C8-C734-4298-A3DA-B539DB9DFC0B} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + {4164BDF7-F527-4E85-9CE6-E3C2D7426A27} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + {3B5A0094-670D-4BB1-BFDD-61B88A8773DC} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + {1FE30EB9-74A9-47F5-A9F6-7B1FAB672D81} = {04DBDB01-70F4-4E06-B468-8F87850B22BE} + {91853F21-9CD9-4132-BC29-A7D5D84FFFE7} = {04DBDB01-70F4-4E06-B468-8F87850B22BE} + {E512F4D9-9375-480F-A2F6-A46509F9D824} = {04DBDB01-70F4-4E06-B468-8F87850B22BE} + {EF480016-9127-4916-8735-D2466BDBC582} = {04DBDB01-70F4-4E06-B468-8F87850B22BE} + {AA94D832-1CCC-4715-95A9-A483F23A1A5D} = {CA9AC87F-097E-4F15-8393-4BC07735A5B0} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {28315BFD-90E7-4E14-A2EA-F3D23AF4126F} + EndGlobalSection +EndGlobal diff --git a/WinIn.FasterZ.AgGridReport/WinIn.FasterZ.AgGridReport.sln.DotSettings b/WinIn.FasterZ.AgGridReport/WinIn.FasterZ.AgGridReport.sln.DotSettings new file mode 100644 index 000000000..cb0b2c919 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/WinIn.FasterZ.AgGridReport.sln.DotSettings @@ -0,0 +1,23 @@ + + True + WARNING + WARNING + WARNING + WARNING + WARNING + WARNING + WARNING + WARNING + Required + Required + Required + Required + False + True + False + False + True + False + False + SQL + \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/common.props b/WinIn.FasterZ.AgGridReport/common.props new file mode 100644 index 000000000..7e89c3a06 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/common.props @@ -0,0 +1,19 @@ + + + latest + 1.0.0 + $(NoWarn);CS1591 + app + + + + + $(NoWarn);0436 + + + + + + + + \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/AgGridReportApplicationContractsModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/AgGridReportApplicationContractsModule.cs new file mode 100644 index 000000000..6d6c846b5 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/AgGridReportApplicationContractsModule.cs @@ -0,0 +1,28 @@ +using Volo.Abp.Account; +using Volo.Abp.FeatureManagement; +using Volo.Abp.Identity; +using Volo.Abp.Modularity; +using Volo.Abp.ObjectExtending; +using Volo.Abp.PermissionManagement; +using Volo.Abp.SettingManagement; +using Volo.Abp.TenantManagement; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AgGridReportDomainSharedModule), + typeof(AbpAccountApplicationContractsModule), + typeof(AbpFeatureManagementApplicationContractsModule), + typeof(AbpIdentityApplicationContractsModule), + typeof(AbpPermissionManagementApplicationContractsModule), + typeof(AbpSettingManagementApplicationContractsModule), + typeof(AbpTenantManagementApplicationContractsModule), + typeof(AbpObjectExtendingModule) +)] +public class AgGridReportApplicationContractsModule : AbpModule +{ + public override void PreConfigureServices(ServiceConfigurationContext context) + { + AgGridReportDtoExtensions.Configure(); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/AgGridReportDtoExtensions.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/AgGridReportDtoExtensions.cs new file mode 100644 index 000000000..cb56d88f7 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/AgGridReportDtoExtensions.cs @@ -0,0 +1,28 @@ +using Volo.Abp.Identity; +using Volo.Abp.ObjectExtending; +using Volo.Abp.Threading; + +namespace WinIn.FasterZ.AgGridReport; + +public static class AgGridReportDtoExtensions +{ + private static readonly OneTimeRunner OneTimeRunner = new OneTimeRunner(); + + public static void Configure() + { + OneTimeRunner.Run(() => + { + /* You can add extension properties to DTOs + * defined in the depended modules. + * + * Example: + * + * ObjectExtensionManager.Instance + * .AddOrUpdateProperty("Title"); + * + * See the documentation for more: + * https://docs.abp.io/en/abp/latest/Object-Extensions + */ + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/Permissions/AgGridReportPermissionDefinitionProvider.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/Permissions/AgGridReportPermissionDefinitionProvider.cs new file mode 100644 index 000000000..89f526f5f --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/Permissions/AgGridReportPermissionDefinitionProvider.cs @@ -0,0 +1,20 @@ +using WinIn.FasterZ.AgGridReport.Localization; +using Volo.Abp.Authorization.Permissions; +using Volo.Abp.Localization; + +namespace WinIn.FasterZ.AgGridReport.Permissions; + +public class AgGridReportPermissionDefinitionProvider : PermissionDefinitionProvider +{ + public override void Define(IPermissionDefinitionContext context) + { + var myGroup = context.AddGroup(AgGridReportPermissions.GroupName); + //Define your own permissions here. Example: + //myGroup.AddPermission(AgGridReportPermissions.MyPermission1, L("Permission:MyPermission1")); + } + + private static LocalizableString L(string name) + { + return LocalizableString.Create(name); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/Permissions/AgGridReportPermissions.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/Permissions/AgGridReportPermissions.cs new file mode 100644 index 000000000..1e11041e9 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/Permissions/AgGridReportPermissions.cs @@ -0,0 +1,9 @@ +namespace WinIn.FasterZ.AgGridReport.Permissions; + +public static class AgGridReportPermissions +{ + public const string GroupName = "AgGridReport"; + + //Add your own permission names. Example: + //public const string MyPermission1 = GroupName + ".MyPermission1"; +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj new file mode 100644 index 000000000..72c8d4d88 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj @@ -0,0 +1,25 @@ + + + + + + netstandard2.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/CreateUpdateMapperProcDto.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/CreateUpdateMapperProcDto.cs new file mode 100644 index 000000000..99ee95842 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/CreateUpdateMapperProcDto.cs @@ -0,0 +1,22 @@ +using System; + +namespace WinIn.FasterZ.AgGridReport.Dtos; + +[Serializable] +public class CreateUpdateMapperProcDto +{ + /// + /// + /// + public string ProcName { get; set; } + + /// + /// + /// + public string ProcParameters { get; set; } + + /// + /// + /// + public string Remark { get; set; } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/MapperProcDto.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/MapperProcDto.cs new file mode 100644 index 000000000..f159c9def --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/MapperProcDto.cs @@ -0,0 +1,26 @@ +using System; +using Volo.Abp.Application.Dtos; + +namespace WinIn.FasterZ.AgGridReport.Dtos; + +/// +/// +/// +[Serializable] +public class MapperProcDto : EntityDto +{ + /// + /// + /// + public string ProcName { get; set; } + + /// + /// + /// + public string ProcParameters { get; set; } + + /// + /// + /// + public string Remark { get; set; } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/MapperProcGetListInput.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/MapperProcGetListInput.cs new file mode 100644 index 000000000..641f7eb08 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/Dtos/MapperProcGetListInput.cs @@ -0,0 +1,24 @@ +using System; +using System.ComponentModel; +using Volo.Abp.Application.Dtos; + +namespace WinIn.FasterZ.AgGridReport.Dtos; + +[Serializable] +public class MapperProcGetListInput : PagedAndSortedResultRequestDto +{ + /// + /// + /// + public string ProcName { get; set; } + + /// + /// + /// + public string ProcParameters { get; set; } + + /// + /// + /// + public string Remark { get; set; } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/IMapperProcAppService.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/IMapperProcAppService.cs new file mode 100644 index 000000000..d9879881f --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/WinIn/FasterZ/AgGridReport/IMapperProcAppService.cs @@ -0,0 +1,20 @@ +using System; +using WinIn.FasterZ.AgGridReport.Dtos; +using Volo.Abp.Application.Services; + +namespace WinIn.FasterZ.AgGridReport; + + +/// +/// +/// +public interface IMapperProcAppService : + ICrudAppService< + MapperProcDto, + Guid, + MapperProcGetListInput, + CreateUpdateMapperProcDto, + CreateUpdateMapperProcDto> +{ + +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index 73a3006e8..564e4c029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 96010ff3c..b6eb4216c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..a3e2d2292 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..ea87f5288 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index a41033963..b6c8e7ca3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 2f3ca88b0..7d8bc5e6e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache index af66ece54..bf67a9ab9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache index 54c39c819..ab1853e45 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -a07802213feab0e00fb4daeee18bbcab416843002b28f1d101a21a826e7c93f4 +bf2c3808598be429ee49271f4f5f03dd881ec6553861be6d8f8e6b2587b35b64 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.FileListAbsolute.txt index 84eedbc83..19e6d6c1f 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.FileListAbsolute.txt @@ -37,16 +37,3 @@ C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGr C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CopyComplete C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index 73a3006e8..564e4c029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 96010ff3c..b6eb4216c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.AssemblyInfoInputs.cache index 3255f9864..afd03bb75 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.AssemblyInfoInputs.cache @@ -1 +1 @@ -20680f12ec89ae1c6fd493215cbefec23ae91fc2fa98860006475c4703f23e6c +b44539d99944082d493d816092b86a8bc7fce352 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.GeneratedMSBuildEditorConfig.editorconfig index aa0a99839..13f9b9de6 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.GeneratedMSBuildEditorConfig.editorconfig @@ -1,5 +1,3 @@ is_global = true build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.assets.cache index 0fa627ee5..37d73a3dd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache index 1005b3240..16bb3937e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache index 6b5bb3089..a98e59da5 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -f796b8b0dfa4129ea07d10a840a8002da313ae27ecc21fe0f10ccfea4490e96a +7da753996825fea7aa33e1e4a99ee45803fd5a44 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.FileListAbsolute.txt index fcc4645fc..c699c2d1a 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.FileListAbsolute.txt @@ -24,16 +24,3 @@ E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport. E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CopyComplete E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\bin\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application.Contracts\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index a41033963..b6c8e7ca3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 2f3ca88b0..7d8bc5e6e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.nuget.dgspec.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.nuget.dgspec.json index 544d74b4a..2e0832e5a 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.nuget.dgspec.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/WinIn.FasterZ.AgGridReport.Application.Contracts.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": {} + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": {} }, "projects": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Application.Contracts", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -34,8 +34,8 @@ "netstandard2.0": { "targetAlias": "netstandard2.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } @@ -100,20 +100,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain.Shared", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/project.assets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/project.assets.json index c3d094fca..e32a968c4 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/project.assets.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/project.assets.json @@ -5899,17 +5899,17 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Application.Contracts", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -5926,8 +5926,8 @@ "netstandard2.0": { "targetAlias": "netstandard2.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/project.nuget.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/project.nuget.cache index 0c32575ef..f38f58db2 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/project.nuget.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application.Contracts/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "yEn0OmOdpjlgH6H+CkajC5LfNhB9v0b4ktYecAnv+P8zfH4ObF6ysyZsxaJaRtERV+mhTtJLK65ewpZRf4+1sw==", + "dgSpecHash": "H7gaS51KtnnZojqCbvlHr8+TA4G9IE5DZAPuotbiwBPQ2nmZzrQ2S0AJyGKhJ/YESNH7CnMdkjBm2SZUPaCQKg==", "success": true, - "projectFilePath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectFilePath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "expectedPackageFiles": [ "C:\\Users\\Administrator\\.nuget\\packages\\asynckeyedlock\\6.2.1\\asynckeyedlock.6.2.1.nupkg.sha512", "C:\\Users\\Administrator\\.nuget\\packages\\jetbrains.annotations\\2022.1.0\\jetbrains.annotations.2022.1.0.nupkg.sha512", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportAppService.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportAppService.cs new file mode 100644 index 000000000..f4f3a744a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportAppService.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Text; +using WinIn.FasterZ.AgGridReport.Localization; +using Volo.Abp.Application.Services; + +namespace WinIn.FasterZ.AgGridReport; + +/* Inherit your application services from this class. + */ +public abstract class AgGridReportAppService : ApplicationService +{ + protected AgGridReportAppService() + { + LocalizationResource = typeof(AgGridReportResource); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportApplicationAutoMapperProfile.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportApplicationAutoMapperProfile.cs new file mode 100644 index 000000000..064dc21b5 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportApplicationAutoMapperProfile.cs @@ -0,0 +1,17 @@ +using WinIn.FasterZ.AgGridReport; +using WinIn.FasterZ.AgGridReport.Dtos; +using AutoMapper; + +namespace WinIn.FasterZ.AgGridReport; + +public class AgGridReportApplicationAutoMapperProfile : Profile +{ + public AgGridReportApplicationAutoMapperProfile() + { + /* You can configure your AutoMapper mapping configuration here. + * Alternatively, you can split your mapping configurations + * into multiple profile classes for a better organization. */ + CreateMap(); + CreateMap(MemberList.Source); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportApplicationModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportApplicationModule.cs new file mode 100644 index 000000000..576923b13 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/AgGridReportApplicationModule.cs @@ -0,0 +1,31 @@ +using Volo.Abp.Account; +using Volo.Abp.AutoMapper; +using Volo.Abp.FeatureManagement; +using Volo.Abp.Identity; +using Volo.Abp.Modularity; +using Volo.Abp.PermissionManagement; +using Volo.Abp.SettingManagement; +using Volo.Abp.TenantManagement; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AgGridReportDomainModule), + typeof(AbpAccountApplicationModule), + typeof(AgGridReportApplicationContractsModule), + typeof(AbpIdentityApplicationModule), + typeof(AbpPermissionManagementApplicationModule), + typeof(AbpTenantManagementApplicationModule), + typeof(AbpFeatureManagementApplicationModule), + typeof(AbpSettingManagementApplicationModule) + )] +public class AgGridReportApplicationModule : AbpModule +{ + public override void ConfigureServices(ServiceConfigurationContext context) + { + Configure(options => + { + options.AddMaps(); + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/Properties/AssemblyInfo.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..4e5465d2f --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/Properties/AssemblyInfo.cs @@ -0,0 +1,2 @@ +using System.Runtime.CompilerServices; +[assembly:InternalsVisibleToAttribute("WinIn.FasterZ.AgGridReport.Application.Tests")] diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/ReportProcAppService.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/ReportProcAppService.cs new file mode 100644 index 000000000..51c89ba34 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/ReportProcAppService.cs @@ -0,0 +1,141 @@ +using System; +using System.Collections.Generic; +using System.Data; +using System.Data.Common; +using System.Text.Json; +using System.Threading.Tasks; +using Microsoft.Data.SqlClient; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Storage; +using Microsoft.IdentityModel.Tokens; +using Volo.Abp.Application.Services; +using Volo.Abp.EntityFrameworkCore; +using WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +namespace WinIn.FasterZ.AgGridReport; + +public class ReportProcAppService : ApplicationService +{ + private readonly IDbContextProvider _dbContextProvider; + + public ReportProcAppService(IDbContextProvider dbContextProvider) + { + _dbContextProvider = dbContextProvider; + } + + public async Task ExecuteProcedureBySqlAsync(string procName, Dictionary dictParms) + { + var dbContext = await _dbContextProvider.GetDbContextAsync(); + var sql = $"EXEC [dbo].[{procName}] "; + + foreach (var dictParm in dictParms) + { + sql += $" @{dictParm.Key} = "; + var value = string.IsNullOrEmpty(dictParm.Value) ? "NULL" : "'" + dictParm.Value + "'"; + sql += $" {value} ,"; + } + + sql = sql.Remove(sql.Length - 1); //去掉最后的','逗号 + + using (var command = await CreateCommandAsync(sql, CommandType.Text)) + { + command.CommandTimeout = 6000; + var resultStr = ""; + await using (var dataReader = await command.ExecuteReaderAsync()) + { + var dataTable = new DataTable(); + dataTable.Load(dataReader); + // 提取DataTable中的数据到C#对象列表 + var data = ConvertDataTableToList(dataTable); + + // 将C#对象列表序列化为JSON + var jsonData = JsonSerializer.Serialize(data); + resultStr = jsonData; + } + + return resultStr; + } + } + + public async Task ExecuteProcedureByProcAsync(string procName, Dictionary dictParms) + { + var resultStr = ""; + var dbContext = await _dbContextProvider.GetDbContextAsync(); + var command = dbContext.Database.GetDbConnection().CreateCommand(); + var existingTransaction = dbContext.Database.CurrentTransaction; + command.CommandTimeout = 6000; + + command.CommandText = procName; + command.CommandType = CommandType.StoredProcedure; + command.Transaction = existingTransaction.GetDbTransaction(); + + foreach (var dictParm in dictParms) + { + var param = new SqlParameter($"@{dictParm.Key}",string.IsNullOrEmpty(dictParm.Value)? DBNull.Value : dictParm.Value); + command.Parameters.Add(param); + } + + await using (var dataReader = await command.ExecuteReaderAsync()) + { + var dataTable = new DataTable(); + dataTable.Load(dataReader); + // 提取DataTable中的数据到C#对象列表 + var data = ConvertDataTableToList(dataTable); + + // 将C#对象列表序列化为JSON + var jsonData = JsonSerializer.Serialize(data); + resultStr = jsonData; + } + + return resultStr; + } + + #region 私有 + + private static List> ConvertDataTableToList(DataTable dataTable) + { + var data = new List>(); + + foreach (DataRow row in dataTable.Rows) + { + var rowData = new Dictionary(); + + foreach (DataColumn column in dataTable.Columns) + { + if (row[column]!=null&&!string.IsNullOrEmpty(row[column].ToString())) + { + rowData[column.ColumnName] = row[column]; + } + else + { + rowData[column.ColumnName] = string.Empty; + } + } + + data.Add(rowData); + } + + return data; + } + + private async Task CreateCommandAsync(string commandText, CommandType commandType, + params SqlParameter[] parameters) + { + var dbContext = await _dbContextProvider.GetDbContextAsync(); + var command = dbContext.Database.GetDbConnection().CreateCommand(); + var existingTransaction = dbContext.Database.CurrentTransaction; + + command.CommandText = commandText; + command.CommandType = commandType; + command.Transaction = existingTransaction.GetDbTransaction(); + + foreach (var parameter in parameters) + { + command.Parameters.Add(parameter); + } + + return command; + } + + #endregion +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/WinIn.FasterZ.AgGridReport.Application.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/WinIn.FasterZ.AgGridReport.Application.csproj new file mode 100644 index 000000000..c05902709 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/WinIn.FasterZ.AgGridReport.Application.csproj @@ -0,0 +1,27 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/WinIn/FasterZ/AgGridReport/MapperProcAppService.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/WinIn/FasterZ/AgGridReport/MapperProcAppService.cs new file mode 100644 index 000000000..e49e59919 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/WinIn/FasterZ/AgGridReport/MapperProcAppService.cs @@ -0,0 +1,33 @@ +using System; +using System.Linq; +using System.Threading.Tasks; +using WinIn.FasterZ.AgGridReport.Dtos; +using Volo.Abp.Application.Services; + +namespace WinIn.FasterZ.AgGridReport; + + +/// +/// +/// +public class MapperProcAppService : CrudAppService, + IMapperProcAppService +{ + + private readonly IMapperProcRepository _repository; + + public MapperProcAppService(IMapperProcRepository repository) : base(repository) + { + _repository = repository; + } + + protected override async Task> CreateFilteredQueryAsync(MapperProcGetListInput input) + { + // TODO: AbpHelper generated + return (await base.CreateFilteredQueryAsync(input)) + .WhereIf(!input.ProcName.IsNullOrWhiteSpace(), x => x.ProcName.Contains(input.ProcName)) + .WhereIf(!input.ProcParameters.IsNullOrWhiteSpace(), x => x.ProcParameters.Contains(input.ProcParameters)) + .WhereIf(!input.Remark.IsNullOrWhiteSpace(), x => x.Remark.Contains(input.Remark)) + ; + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index 73a3006e8..564e4c029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 96010ff3c..b6eb4216c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll index 006dcbedb..b92e82021 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb index 0590dba6b..e5d750776 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..a3e2d2292 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..ea87f5288 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index a8483577f..5184834fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index a0a20daee..23ec46a68 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 83ad48a3c..54f0b6c6f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index 6fa5ea7fb..946f5ba78 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index a41033963..b6c8e7ca3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 2f3ca88b0..7d8bc5e6e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll index b20546b8a..f6e22dcd4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb index 8983b0307..522cac57f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index 63ebdfecf..1ad6d7673 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index f08fbd943..103529209 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index e59a49e26..ec1fea80d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index fe5c8219c..544315fde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache index 34cd1e3e8..89c55a5af 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache index a58d570f0..0b1cc7321 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -e4f82a8f1dc3443e7cb20f89429f220788ee35b380431a7e47d178d5a1632a8e +8a27022722bb09fc6ba69f060d7f829af52c836d00a6accbc2461378816eef1a diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.FileListAbsolute.txt index 584d9042a..9138ecf3d 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.FileListAbsolute.txt @@ -61,24 +61,3 @@ C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGr C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.Application.dll C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.pdb C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.Application.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll index 006dcbedb..b92e82021 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb index 0590dba6b..e5d750776 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Application.dll index ce39846a5..40692af92 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Application.dll index ce39846a5..40692af92 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.AssemblyInfoInputs.cache index cc34ad5f6..4951410df 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.AssemblyInfoInputs.cache @@ -1 +1 @@ -6e185ef1ae12d3ffd19090009a1b2911e8b9bae25fde0b75364800efa232b450 +5ae1f1b35adb370be92a1e99bc80295af983791d diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.GeneratedMSBuildEditorConfig.editorconfig index 7e5c268cf..ed643594c 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.assets.cache index 776ca9d79..ce824d29b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache index 8ad75915e..2a6a93d1b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache index bc84dd3be..d721a54ac 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -00a1adcde44ef512f9eb3db566352d98e541072b410abf49c1ddc49997810d6d +9db3166e706f25c5ad2eb200884085e8a46484ca diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.FileListAbsolute.txt index 2f92f2971..012c2a2e9 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.csproj.FileListAbsolute.txt @@ -40,24 +40,3 @@ E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport. E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\refint\WinIn.FasterZ.AgGridReport.Application.dll E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.pdb E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\refint\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Application\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.Application.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll index b20546b8a..f6e22dcd4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb index 8983b0307..522cac57f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Application.dll index af562c767..de6379751 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Application.dll index af562c767..de6379751 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/WinIn.FasterZ.AgGridReport.Application.csproj.nuget.dgspec.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/WinIn.FasterZ.AgGridReport.Application.csproj.nuget.dgspec.json index ad2892870..04af31542 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/WinIn.FasterZ.AgGridReport.Application.csproj.nuget.dgspec.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/WinIn.FasterZ.AgGridReport.Application.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": {} + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": {} }, "projects": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Application.Contracts", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -34,8 +34,8 @@ "netstandard2.0": { "targetAlias": "netstandard2.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } @@ -100,20 +100,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Application", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -130,14 +130,14 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" } } } @@ -201,20 +201,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain.Shared", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -301,20 +301,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -331,8 +331,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } @@ -408,20 +408,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "projectName": "WinIn.FasterZ.AgGridReport.EntityFrameworkCore", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -438,8 +438,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/project.assets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/project.assets.json index 412919c5a..2e4e0d56d 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/project.assets.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/project.assets.json @@ -9160,17 +9160,17 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Application", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -9187,14 +9187,14 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/project.nuget.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/project.nuget.cache index 474cd4bf3..7b44aaa10 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/project.nuget.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Application/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "jFZwZbCkWKGejlcWLKq9rlzxPJ9mXWWEyWtZZLPBR7bzopApEubYJIfZuuoxCkXh+Kr9/YIDozUCi22BRZHCIw==", + "dgSpecHash": "x2JLD+aLJh+XNa6aQAItwGpzJvEvCdby5kBzP2oMPsM1P8M+DR+sTS8vCznqqfbCAMaWTjuLA4O+uo3YA+6Qyw==", "success": true, - "projectFilePath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", + "projectFilePath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", "expectedPackageFiles": [ "C:\\Users\\Administrator\\.nuget\\packages\\asynckeyedlock\\6.2.1\\asynckeyedlock.6.2.1.nupkg.sha512", "C:\\Users\\Administrator\\.nuget\\packages\\automapper\\12.0.0\\automapper.12.0.0.nupkg.sha512", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/AgGridReportDbMigratorModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/AgGridReportDbMigratorModule.cs new file mode 100644 index 000000000..acc4a6de6 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/AgGridReportDbMigratorModule.cs @@ -0,0 +1,15 @@ +using WinIn.FasterZ.AgGridReport.EntityFrameworkCore; +using Volo.Abp.Autofac; +using Volo.Abp.Modularity; + +namespace WinIn.FasterZ.AgGridReport.DbMigrator; + +[DependsOn( + typeof(AbpAutofacModule), + typeof(AgGridReportEntityFrameworkCoreModule), + typeof(AgGridReportApplicationContractsModule) + )] +public class AgGridReportDbMigratorModule : AbpModule +{ + +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/DbMigratorHostedService.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/DbMigratorHostedService.cs new file mode 100644 index 000000000..87cd9f1e1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/DbMigratorHostedService.cs @@ -0,0 +1,51 @@ +using System.Threading; +using System.Threading.Tasks; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Hosting; +using WinIn.FasterZ.AgGridReport.Data; +using Serilog; +using Volo.Abp; +using Volo.Abp.Data; + +namespace WinIn.FasterZ.AgGridReport.DbMigrator; + +public class DbMigratorHostedService : IHostedService +{ + private readonly IHostApplicationLifetime _hostApplicationLifetime; + private readonly IConfiguration _configuration; + + public DbMigratorHostedService(IHostApplicationLifetime hostApplicationLifetime, IConfiguration configuration) + { + _hostApplicationLifetime = hostApplicationLifetime; + _configuration = configuration; + } + + public async Task StartAsync(CancellationToken cancellationToken) + { + using (var application = await AbpApplicationFactory.CreateAsync(options => + { + options.Services.ReplaceConfiguration(_configuration); + options.UseAutofac(); + options.Services.AddLogging(c => c.AddSerilog()); + options.AddDataMigrationEnvironment(); + })) + { + await application.InitializeAsync(); + + await application + .ServiceProvider + .GetRequiredService() + .MigrateAsync(); + + await application.ShutdownAsync(); + + _hostApplicationLifetime.StopApplication(); + } + } + + public Task StopAsync(CancellationToken cancellationToken) + { + return Task.CompletedTask; + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/Program.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/Program.cs new file mode 100644 index 000000000..a4b67adce --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/Program.cs @@ -0,0 +1,41 @@ +using System.IO; +using System.Threading.Tasks; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Hosting; +using Microsoft.Extensions.Logging; +using Serilog; +using Serilog.Events; + +namespace WinIn.FasterZ.AgGridReport.DbMigrator; + +class Program +{ + static async Task Main(string[] args) + { + Log.Logger = new LoggerConfiguration() + .MinimumLevel.Information() + .MinimumLevel.Override("Microsoft", LogEventLevel.Warning) + .MinimumLevel.Override("Volo.Abp", LogEventLevel.Warning) +#if DEBUG + .MinimumLevel.Override("WinIn.FasterZ.AgGridReport", LogEventLevel.Debug) +#else + .MinimumLevel.Override("WinIn.FasterZ.AgGridReport", LogEventLevel.Information) +#endif + .Enrich.FromLogContext() + .WriteTo.Async(c => c.File("Logs/logs.txt")) + .WriteTo.Async(c => c.Console()) + .CreateLogger(); + + await CreateHostBuilder(args).RunConsoleAsync(); + } + + public static IHostBuilder CreateHostBuilder(string[] args) => + Host.CreateDefaultBuilder(args) + .AddAppSettingsSecretsJson() + .ConfigureLogging((context, logging) => logging.ClearProviders()) + .ConfigureServices((hostContext, services) => + { + services.AddHostedService(); + }); +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/WinIn.FasterZ.AgGridReport.DbMigrator.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/WinIn.FasterZ.AgGridReport.DbMigrator.csproj new file mode 100644 index 000000000..4f8c9e74e --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/WinIn.FasterZ.AgGridReport.DbMigrator.csproj @@ -0,0 +1,45 @@ + + + + + + Exe + net7.0 + enable + + + + + + PreserveNewest + Always + + + + PreserveNewest + Always + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/appsettings.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/appsettings.json new file mode 100644 index 000000000..c112f2a59 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/appsettings.json @@ -0,0 +1,27 @@ +{ + "ConnectionStrings": { + "Default": "Server=dev.ccwin-in.com,13319;Database=WMS_IAC_Report_AgGrid;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;" + }, + "OpenIddict": { + "Applications": { + "AgGridReport_Web": { + "ClientId": "AgGridReport_Web", + "ClientSecret": "1q2w3e*", + "RootUrl": "https://localhost:44341" + }, + "AgGridReport_App": { + "ClientId": "AgGridReport_App", + "RootUrl": "http://localhost:4200" + }, + "AgGridReport_BlazorServerTiered": { + "ClientId": "AgGridReport_BlazorServerTiered", + "ClientSecret": "1q2w3e*", + "RootUrl": "https://localhost:44388" + }, + "AgGridReport_Swagger": { + "ClientId": "AgGridReport_Swagger", + "RootUrl": "https://localhost:44396" + } + } + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/appsettings.secrets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/appsettings.secrets.json new file mode 100644 index 000000000..7a73a41bf --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/appsettings.secrets.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index 73a3006e8..f9ad6cff7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 96010ff3c..0cea17fa0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.dll index 35eb41d07..ab5f3263b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.exe b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.exe index 4015000f5..1af73fc16 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.exe and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.exe differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.pdb index e129fcf07..9059e8945 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..127537e40 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..57ea19282 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index a8483577f..931777d52 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index a0a20daee..38d866faa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 83ad48a3c..c3db5fda1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index 6fa5ea7fb..6a71830a4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache index 6f607e002..21643c7f5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.CoreCompileInputs.cache index d51e475c3..50802a452 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -35e467615ef139c4145890b63ee8e6c82d7a6dff97f38e3fdfb87fd4b91fb30e +fc44d32bfe924f6c5fa0b95773badf9d0fef6d2a diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.FileListAbsolute.txt index 1505d86e1..f5d6182dd 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.FileListAbsolute.txt @@ -206,211 +206,3 @@ E:\Code\AiChi\WMS_REPORT\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridRepo E:\Code\AiChi\WMS_REPORT\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.pdb E:\Code\AiChi\WMS_REPORT\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.genruntimeconfig.cache E:\Code\AiChi\WMS_REPORT\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.DbMigrator.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.exe -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\appsettings.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\appsettings.secrets.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.runtimeconfig.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\AsyncKeyedLock.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Autofac.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Autofac.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Autofac.Extras.DynamicProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\AutoMapper.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Azure.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Azure.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Castle.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Castle.Core.AsyncInterceptor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\JetBrains.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.AspNetCore.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.AspNetCore.Cryptography.Internal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.AspNetCore.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Bcl.AsyncInterfaces.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Relational.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.SqlServer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Caching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Caching.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Configuration.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Configuration.Binder.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Configuration.CommandLine.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Configuration.EnvironmentVariables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Configuration.FileExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Configuration.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Configuration.UserSecrets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.FileProviders.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.FileProviders.Composite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.FileProviders.Embedded.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.FileProviders.Physical.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.FileSystemGlobbing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Identity.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Logging.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Logging.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Logging.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Logging.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Logging.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Logging.EventSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Options.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Options.ConfigurationExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Extensions.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Identity.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Identity.Client.Extensions.Msal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.IdentityModel.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.IdentityModel.JsonWebTokens.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.IdentityModel.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.IdentityModel.Tokens.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.SqlServer.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Microsoft.Win32.SystemEvents.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Nito.AsyncEx.Context.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Nito.AsyncEx.Coordination.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Nito.AsyncEx.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Nito.Collections.Deque.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Nito.Disposables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\OpenIddict.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\OpenIddict.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Polly.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Scriban.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Serilog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Serilog.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Serilog.Sinks.Async.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Serilog.Sinks.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Serilog.Sinks.File.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Configuration.ConfigurationManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Diagnostics.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.IdentityModel.Tokens.Jwt.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Linq.Dynamic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Memory.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Runtime.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Security.Permissions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\System.Windows.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\TimeZoneConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Account.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Auditing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Auditing.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.AuditLogging.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.AuditLogging.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.AuditLogging.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Authorization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Autofac.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.AutoMapper.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.BackgroundWorkers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Castle.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Ddd.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Ddd.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.DistributedLocking.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Emailing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.EntityFrameworkCore.SqlServer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.EventBus.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.EventBus.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.ExceptionHandling.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.FeatureManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.FeatureManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.FeatureManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.FeatureManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Guids.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Identity.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Identity.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Identity.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Identity.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Json.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Json.SystemTextJson.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.ObjectExtending.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.ObjectMapping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.OpenIddict.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.OpenIddict.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.OpenIddict.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Domain.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Domain.OpenIddict.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.PermissionManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.SettingManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.SettingManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.SettingManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.SettingManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Settings.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Specifications.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.TenantManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.TenantManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.TenantManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.TenantManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.TextTemplating.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.TextTemplating.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.TextTemplating.Scriban.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Timing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Uow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Users.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Users.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Users.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Users.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Validation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.Validation.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\Volo.Abp.VirtualFileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win\lib\net7.0\System.Diagnostics.EventLog.Messages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win\lib\net7.0\System.Diagnostics.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.DbMigrator.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.DbMigrator.genruntimeconfig.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.DbMigrator.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.dll index 35eb41d07..ab5f3263b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.genruntimeconfig.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.genruntimeconfig.cache index 3ad7ebdb8..cb34c7200 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.genruntimeconfig.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.genruntimeconfig.cache @@ -1 +1 @@ -659ac491195e5117d8d9f0be02e037b641ed047e17a1f2fa9b742e7b7e91e3a1 +9da78df0e5e15c812a5ee0c8fa502728ef30c86d diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.pdb index e129fcf07..9059e8945 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/apphost.exe b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/apphost.exe index 4015000f5..1af73fc16 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/apphost.exe and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/apphost.exe differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.DbMigrator.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.DbMigrator.dll index 2a549847e..4f472565f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.DbMigrator.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.DbMigrator.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.DbMigrator.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.DbMigrator.dll index 2a549847e..4f472565f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.DbMigrator.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.DbMigrator.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.AssemblyInfoInputs.cache index 9ed66089a..329ca36a9 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.AssemblyInfoInputs.cache @@ -1 +1 @@ -434707dfaf92ea99b0040be5315d7341c9d92b32e19056d340302c96ad764684 +675c2ab7f2633cc8445d141058e5d9b3545be68e diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.GeneratedMSBuildEditorConfig.editorconfig index bcba86b2a..079891fd0 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport.DbMigrator -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.DbMigrator\ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.assets.cache index 8b6734485..e92b409b3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache index f47ba034a..db3602616 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.nuget.dgspec.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.nuget.dgspec.json index 2de483217..0d4473650 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.nuget.dgspec.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/WinIn.FasterZ.AgGridReport.DbMigrator.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj": {} + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj": {} }, "projects": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Application.Contracts", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -34,8 +34,8 @@ "netstandard2.0": { "targetAlias": "netstandard2.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } @@ -100,20 +100,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", "projectName": "WinIn.FasterZ.AgGridReport.DbMigrator", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -130,11 +130,11 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" } } } @@ -194,20 +194,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain.Shared", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -294,20 +294,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -324,8 +324,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } @@ -401,20 +401,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "projectName": "WinIn.FasterZ.AgGridReport.EntityFrameworkCore", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -431,8 +431,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/project.assets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/project.assets.json index 3c8d9cc76..0338a21ca 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/project.assets.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/project.assets.json @@ -9593,17 +9593,17 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", "projectName": "WinIn.FasterZ.AgGridReport.DbMigrator", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -9620,11 +9620,11 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/project.nuget.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/project.nuget.cache index 5ddb2f1b8..8075d3be3 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/project.nuget.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.DbMigrator/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "EXSbrFLROtBMehUPwtBFop5fWcmzxGkqKxjwtyS1BLKy1Sm1DORAuZjGIFomTVATbQIhZUErX/DC5tjSNNk9XQ==", + "dgSpecHash": "pT54vG79QaSFC6ze3nDR0TGdiG1fEdBAvQtQQD/u0HAU6aADDgtRCdTfuuOs63FUmRehW/xum6Guh6yaIfmV2A==", "success": true, - "projectFilePath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", + "projectFilePath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.DbMigrator\\WinIn.FasterZ.AgGridReport.DbMigrator.csproj", "expectedPackageFiles": [ "C:\\Users\\Administrator\\.nuget\\packages\\asynckeyedlock\\6.2.1\\asynckeyedlock.6.2.1.nupkg.sha512", "C:\\Users\\Administrator\\.nuget\\packages\\autofac\\7.0.0\\autofac.7.0.0.nupkg.sha512", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportDomainErrorCodes.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportDomainErrorCodes.cs new file mode 100644 index 000000000..e9b14dd43 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportDomainErrorCodes.cs @@ -0,0 +1,6 @@ +namespace WinIn.FasterZ.AgGridReport; + +public static class AgGridReportDomainErrorCodes +{ + /* You can add your business exception error codes here, as constants */ +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportDomainSharedModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportDomainSharedModule.cs new file mode 100644 index 000000000..a0a23fbfe --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportDomainSharedModule.cs @@ -0,0 +1,58 @@ +using WinIn.FasterZ.AgGridReport.Localization; +using Volo.Abp.AuditLogging; +using Volo.Abp.BackgroundJobs; +using Volo.Abp.FeatureManagement; +using Volo.Abp.Identity; +using Volo.Abp.Localization; +using Volo.Abp.Localization.ExceptionHandling; +using Volo.Abp.Modularity; +using Volo.Abp.OpenIddict; +using Volo.Abp.PermissionManagement; +using Volo.Abp.SettingManagement; +using Volo.Abp.TenantManagement; +using Volo.Abp.Validation.Localization; +using Volo.Abp.VirtualFileSystem; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AbpAuditLoggingDomainSharedModule), + typeof(AbpBackgroundJobsDomainSharedModule), + typeof(AbpFeatureManagementDomainSharedModule), + typeof(AbpIdentityDomainSharedModule), + typeof(AbpOpenIddictDomainSharedModule), + typeof(AbpPermissionManagementDomainSharedModule), + typeof(AbpSettingManagementDomainSharedModule), + typeof(AbpTenantManagementDomainSharedModule) + )] +public class AgGridReportDomainSharedModule : AbpModule +{ + public override void PreConfigureServices(ServiceConfigurationContext context) + { + AgGridReportGlobalFeatureConfigurator.Configure(); + AgGridReportModuleExtensionConfigurator.Configure(); + } + + public override void ConfigureServices(ServiceConfigurationContext context) + { + Configure(options => + { + options.FileSets.AddEmbedded(); + }); + + Configure(options => + { + options.Resources + .Add("en") + .AddBaseTypes(typeof(AbpValidationResource)) + .AddVirtualJson("/Localization/AgGridReport"); + + options.DefaultResourceType = typeof(AgGridReportResource); + }); + + Configure(options => + { + options.MapCodeNamespace("AgGridReport", typeof(AgGridReportResource)); + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportGlobalFeatureConfigurator.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportGlobalFeatureConfigurator.cs new file mode 100644 index 000000000..9070cf04d --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportGlobalFeatureConfigurator.cs @@ -0,0 +1,22 @@ +using Volo.Abp.Threading; + +namespace WinIn.FasterZ.AgGridReport; + +public static class AgGridReportGlobalFeatureConfigurator +{ + private static readonly OneTimeRunner OneTimeRunner = new OneTimeRunner(); + + public static void Configure() + { + OneTimeRunner.Run(() => + { + /* You can configure (enable/disable) global features of the used modules here. + * + * YOU CAN SAFELY DELETE THIS CLASS AND REMOVE ITS USAGES IF YOU DON'T NEED TO IT! + * + * Please refer to the documentation to lear more about the Global Features System: + * https://docs.abp.io/en/abp/latest/Global-Features + */ + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportModuleExtensionConfigurator.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportModuleExtensionConfigurator.cs new file mode 100644 index 000000000..0b736bda5 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/AgGridReportModuleExtensionConfigurator.cs @@ -0,0 +1,73 @@ +using System.ComponentModel.DataAnnotations; +using Volo.Abp.Identity; +using Volo.Abp.ObjectExtending; +using Volo.Abp.Threading; + +namespace WinIn.FasterZ.AgGridReport; + +public static class AgGridReportModuleExtensionConfigurator +{ + private static readonly OneTimeRunner OneTimeRunner = new OneTimeRunner(); + + public static void Configure() + { + OneTimeRunner.Run(() => + { + ConfigureExistingProperties(); + ConfigureExtraProperties(); + }); + } + + private static void ConfigureExistingProperties() + { + /* You can change max lengths for properties of the + * entities defined in the modules used by your application. + * + * Example: Change user and role name max lengths + + IdentityUserConsts.MaxNameLength = 99; + IdentityRoleConsts.MaxNameLength = 99; + + * Notice: It is not suggested to change property lengths + * unless you really need it. Go with the standard values wherever possible. + * + * If you are using EF Core, you will need to run the add-migration command after your changes. + */ + } + + private static void ConfigureExtraProperties() + { + /* You can configure extra properties for the + * entities defined in the modules used by your application. + * + * This class can be used to define these extra properties + * with a high level, easy to use API. + * + * Example: Add a new property to the user entity of the identity module + + ObjectExtensionManager.Instance.Modules() + .ConfigureIdentity(identity => + { + identity.ConfigureUser(user => + { + user.AddOrUpdateProperty( //property type: string + "SocialSecurityNumber", //property name + property => + { + //validation rules + property.Attributes.Add(new RequiredAttribute()); + property.Attributes.Add(new StringLengthAttribute(64) {MinimumLength = 4}); + + property.Configuration[IdentityModuleExtensionConsts.ConfigurationNames.AllowUserToEdit] = true; + + //...other configurations for this property + } + ); + }); + }); + + * See the documentation for more: + * https://docs.abp.io/en/abp/latest/Module-Entity-Extensions + */ + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ar.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ar.json new file mode 100644 index 000000000..78a7247be --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ar.json @@ -0,0 +1,17 @@ +{ + "culture": "ar", + "texts": { + "Menu:Home": "الصفحة الرئيسية", + "LongWelcomeMessage": "مرحبا بكم في التطبيق. هذا مشروع بدء تشغيل يعتمد على إطار عمل ABP. لمزيد من المعلومات ، يرجى زيارة abp.io.", + "Menu:MapperProc": "MenuMapperProc", + "MapperProc": "MapperProc", + "MapperProcProcName": "MapperProcProcName", + "MapperProcProcParameters": "MapperProcProcParameters", + "MapperProcRemark": "MapperProcRemark", + "CreateMapperProc": "CreateMapperProc", + "EditMapperProc": "EditMapperProc", + "MapperProcDeletionConfirmationMessage": "Are you sure to delete the mapperProc {0}?", + "SuccessfullyDeleted": "Successfully deleted", + "TableFilter": "TableFilter" + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/cs.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/cs.json new file mode 100644 index 000000000..5a0bbf613 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/cs.json @@ -0,0 +1,8 @@ +{ + "culture": "cs", + "texts": { + "Menu:Home": "Úvod", + "Welcome": "Vítejte", + "LongWelcomeMessage": "Vítejte v aplikaci. Toto je startovací projekt založený na ABP frameworku. Pro více informací, navštivte abp.io." + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/de.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/de.json new file mode 100644 index 000000000..831493be8 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/de.json @@ -0,0 +1,8 @@ +{ + "culture": "de", + "texts": { + "Menu:Home": "Home", + "Welcome": "Willkommen", + "LongWelcomeMessage": "Willkommen bei der Anwendung. Dies ist ein Startup-Projekt, das auf dem ABP-Framework basiert. Weitere Informationen finden Sie unter abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/en-GB.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/en-GB.json new file mode 100644 index 000000000..d2ca0793a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/en-GB.json @@ -0,0 +1,8 @@ +{ + "culture": "en-GB", + "texts": { + "Menu:Home": "Home", + "Welcome": "Welcome", + "LongWelcomeMessage": "Welcome to the application. This is a startup project based on the ABP framework. For more information, visit abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/en.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/en.json new file mode 100644 index 000000000..d2a6a9831 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/en.json @@ -0,0 +1,8 @@ +{ + "culture": "en", + "texts": { + "Menu:Home": "Home", + "Welcome": "Welcome", + "LongWelcomeMessage": "Welcome to the application. This is a startup project based on the ABP framework. For more information, visit abp.io." + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/es.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/es.json new file mode 100644 index 000000000..31b4b59e2 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/es.json @@ -0,0 +1,8 @@ +{ + "culture": "es", + "texts": { + "Menu:Home": "Inicio", + "Welcome": "Bienvenido", + "LongWelcomeMessage": "Bienvenido a la aplicación, este es un proyecto base basado en el framework ABP. Para más información, visita abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/fi.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/fi.json new file mode 100644 index 000000000..a318859f2 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/fi.json @@ -0,0 +1,8 @@ +{ + "culture": "fi", + "texts": { + "Menu:Home": "Koti", + "Welcome": "Tervetuloa", + "LongWelcomeMessage": "Tervetuloa sovellukseen. Tämä on ABP-kehykseen perustuva käynnistysprojekti. Lisätietoja on osoitteessa abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/fr.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/fr.json new file mode 100644 index 000000000..e76eac0c7 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/fr.json @@ -0,0 +1,8 @@ +{ + "culture": "fr", + "texts": { + "Menu:Home": "Accueil", + "Welcome": "Bienvenue", + "LongWelcomeMessage": "Bienvenue dans l'application. Il s'agit d'un projet de démarrage basé sur le framework ABP. Pour plus d'informations, visitez abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hi.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hi.json new file mode 100644 index 000000000..a1676bfd4 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hi.json @@ -0,0 +1,8 @@ +{ + "culture": "hi", + "texts": { + "Menu:Home": "घर", + "Welcome": "स्वागत हे", + "LongWelcomeMessage": "आवेदन करने के लिए आपका स्वागत है। यह एबीपी ढांचे पर आधारित एक स्टार्टअप परियोजना है। अधिक जानकारी के लिए, abp.io पर जाएं।" + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hr.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hr.json new file mode 100644 index 000000000..fa8efab32 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hr.json @@ -0,0 +1,8 @@ +{ + "culture": "hr", + "texts": { + "Menu:Home": "Početna", + "Welcome": "Dobrodošli", + "LongWelcomeMessage": "Dobrodošli u aplikaciju. Ovo je startup projekt temeljen na ABP framework-u. Za više informacija posjetite abp.io." + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hu.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hu.json new file mode 100644 index 000000000..c7b6a33a0 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/hu.json @@ -0,0 +1,8 @@ +{ + "culture": "hu", + "texts": { + "Menu:Home": "Kezdőlap", + "Welcome": "Üdvözlöm", + "LongWelcomeMessage": "Üdvözöljük az alkalmazásban. Ez egy ABP keretrendszeren alapuló startup projekt. További információkért látogasson el az abp.io oldalra." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/is.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/is.json new file mode 100644 index 000000000..190df9037 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/is.json @@ -0,0 +1,8 @@ +{ + "culture": "is", + "texts": { + "Menu:Home": "Heim", + "Welcome": "Velkomin", + "LongWelcomeMessage": "Verið velkomin í forritið. Þetta er startup verkefni sem byggir á ABP. Nánari upplýsingar er að finna á abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/it.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/it.json new file mode 100644 index 000000000..82ce42b03 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/it.json @@ -0,0 +1,8 @@ +{ + "culture": "it", + "texts": { + "Menu:Home": "Home", + "Welcome": "Benvenuto", + "LongWelcomeMessage": "Benvenuto nell'applicazione. Questo è un progetto di avvio basato sul framework ABP. Per ulteriori informazioni, visita abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/nl.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/nl.json new file mode 100644 index 000000000..9ba8da474 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/nl.json @@ -0,0 +1,8 @@ +{ + "culture": "nl", + "texts": { + "Menu:Home": "Home", + "Welcome": "Welkom", + "LongWelcomeMessage": "Welkom bij de applicatie. Dit is een startup-project gebaseerd op het ABP-framework. Bezoek abp.io voor meer informatie." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/pl-PL.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/pl-PL.json new file mode 100644 index 000000000..33412f307 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/pl-PL.json @@ -0,0 +1,8 @@ +{ + "culture": "pl-PL", + "texts": { + "Menu:Home": "Home", + "Welcome": "Witaj", + "LongWelcomeMessage": "Witaj w aplikacji. To jest inicjalny projekt bazujący na ABP framework. Po więcej informacji odwiedź stronę abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/pt-BR.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/pt-BR.json new file mode 100644 index 000000000..8c818a07a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/pt-BR.json @@ -0,0 +1,8 @@ +{ + "culture": "pt-BR", + "texts": { + "Menu:Home": "Principal", + "Welcome": "Seja bem-vindo!", + "LongWelcomeMessage": "Bem-vindo a esta aplicação. Este é um projeto inicial baseado no ABP framework. Para mais informações, visite abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ro-RO.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ro-RO.json new file mode 100644 index 000000000..1fe560196 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ro-RO.json @@ -0,0 +1,8 @@ +{ + "culture": "ro-RO", + "texts": { + "Menu:Home": "Acasă", + "Welcome": "Bun venit", + "LongWelcomeMessage": "Bun venit la aplicaţie. Acesta este un proiect de pornire bazat pe framework-ul ABP. Pentru mai multe informaţii, vizitaţi, visit abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ru.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ru.json new file mode 100644 index 000000000..8464e4434 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/ru.json @@ -0,0 +1,8 @@ +{ + "culture": "ru", + "texts": { + "Menu:Home": "Главная", + "Welcome": "Добро пожаловать", + "LongWelcomeMessage": "Добро пожаловать в приложение. Этот запущенный проект основан на фреймворке ABP. Для получения дополнительной информации посетите сайт abp.io." + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/sk.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/sk.json new file mode 100644 index 000000000..4f35aaf1c --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/sk.json @@ -0,0 +1,8 @@ +{ + "culture": "sk", + "texts": { + "Menu:Home": "Domov", + "Welcome": "Vitajte", + "LongWelcomeMessage": "Vitajte v aplikácii. Toto je štartovací projekt založený na ABP frameworku. Viac informácií nájdete na stránke abp.io." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/sl.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/sl.json new file mode 100644 index 000000000..a066ef26b --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/sl.json @@ -0,0 +1,8 @@ +{ + "culture": "sl", + "texts": { + "Menu:Home": "Domov", + "Welcome": "Dobrodošli", + "LongWelcomeMessage": "Dobrodošli v aplikaciji. To je začetni projekt na osnovi okolja ABP. Za več informacij obiščite abp.io." + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/tr.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/tr.json new file mode 100644 index 000000000..2cc911e48 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/tr.json @@ -0,0 +1,8 @@ +{ + "culture": "tr", + "texts": { + "Menu:Home": "Ana sayfa", + "Welcome": "Hoşgeldiniz", + "LongWelcomeMessage": "Uygulamaya hoşgeldiniz. Bu, ABP framework'ü üzerine bina edilmiş bir başlangıç projesidir. Daha fazla bilgi için abp.io adresini ziyaret edebilirsiniz." + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/vi.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/vi.json new file mode 100644 index 000000000..c115a3572 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/vi.json @@ -0,0 +1,8 @@ +{ + "culture": "vi", + "texts": { + "Menu:Home": "Trang chủ", + "Welcome": "Chào mừng bạn", + "LongWelcomeMessage": "Chào mừng bạn đến ứng dụng. Đây là một dự án khởi nghiệp dựa trên khung ABP. Để biết thêm thông tin, hãy truy cập abp.io." + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/zh-Hans.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/zh-Hans.json new file mode 100644 index 000000000..23790bde5 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/zh-Hans.json @@ -0,0 +1,8 @@ +{ + "culture": "zh-Hans", + "texts": { + "Menu:Home": "首页", + "Welcome": "欢迎", + "LongWelcomeMessage": "欢迎来到该应用程序. 这是一个基于ABP框架的启动项目. 有关更多信息, 请访问 abp.io." + } + } \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/zh-Hant.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/zh-Hant.json new file mode 100644 index 000000000..31e0ab5a4 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReport/zh-Hant.json @@ -0,0 +1,8 @@ +{ + "culture": "zh-Hant", + "texts": { + "Menu:Home": "首頁", + "Welcome": "歡迎", + "LongWelcomeMessage": "歡迎來到此應用程式. 這是一個基於ABP框架的起始專案. 有關更多訊息, 請瀏覽 abp.io." + } + } \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReportResource.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReportResource.cs new file mode 100644 index 000000000..4957f3b8d --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/Localization/AgGridReportResource.cs @@ -0,0 +1,9 @@ +using Volo.Abp.Localization; + +namespace WinIn.FasterZ.AgGridReport.Localization; + +[LocalizationResourceName("AgGridReport")] +public class AgGridReportResource +{ + +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/MultiTenancy/MultiTenancyConsts.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/MultiTenancy/MultiTenancyConsts.cs new file mode 100644 index 000000000..e01fb1a0f --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/MultiTenancy/MultiTenancyConsts.cs @@ -0,0 +1,10 @@ +namespace WinIn.FasterZ.AgGridReport.MultiTenancy; + +public static class MultiTenancyConsts +{ + /* Enable/disable multi-tenancy easily in a single point. + * If you will never need to multi-tenancy, you can remove + * related modules and code parts, including this file. + */ + public const bool IsEnabled = true; +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj new file mode 100644 index 000000000..41349232b --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj @@ -0,0 +1,32 @@ + + + + + + netstandard2.0 + enable + WinIn.FasterZ.AgGridReport + true + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..a3e2d2292 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..ea87f5288 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/bin/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.FileListAbsolute.txt index 5e30606b3..70cdad0a1 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.FileListAbsolute.txt @@ -31,14 +31,3 @@ C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGr C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.CoreCompileInputs.cache C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.EmbeddedFilesManifest.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..a3e2d2292 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..ea87f5288 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.AssemblyInfoInputs.cache index 597331675..9ea59cc3b 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.AssemblyInfoInputs.cache @@ -1 +1 @@ -5661455f6fbb47088c9393fa8e8035511cff7d888656a3c2ef0f806355302aa8 +21b1812eb373f8e8304fdca2d50d21b2d5149029 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.EmbeddedFilesManifest.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.EmbeddedFilesManifest.cache index 2a944ee9b..da5796c24 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.EmbeddedFilesManifest.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.EmbeddedFilesManifest.cache @@ -1 +1 @@ -8ec223cd2652c601988f4ffb43664c41bdc9bd45045eb67236f75bd4803813dc +e4f6de1baa4b500b43d7bbc8772cad9cca0e5523 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.GeneratedMSBuildEditorConfig.editorconfig index 212ac078d..2799df282 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.GeneratedMSBuildEditorConfig.editorconfig @@ -1,5 +1,3 @@ is_global = true build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.assets.cache index dc3c7f40b..84776818a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.CoreCompileInputs.cache index 1f2c2dcd6..d80840214 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -4e6703a236ff2372b20ff4fef4fbeda15144ea739ee798b217a7d3601dcefa20 +67dcd4e29b478108dd80a06408700cfa5f862deb diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.FileListAbsolute.txt index 14efc44f9..076fb6317 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.FileListAbsolute.txt @@ -20,14 +20,3 @@ E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport. E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.CoreCompileInputs.cache E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\bin\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\bin\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\bin\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.EmbeddedFilesManifest.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain.Shared\obj\Release\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.nuget.dgspec.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.nuget.dgspec.json index a1e9eb809..61681f508 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.nuget.dgspec.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/WinIn.FasterZ.AgGridReport.Domain.Shared.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": {} + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": {} }, "projects": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain.Shared", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/project.assets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/project.assets.json index 224c820bc..7d937feda 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/project.assets.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/project.assets.json @@ -5369,17 +5369,17 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain.Shared", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/project.nuget.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/project.nuget.cache index 4e06d684b..7896c4ede 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/project.nuget.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain.Shared/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "eAxAjD4iKzo8t1szqpkq7lxUq2hlIimAGOSa5lKv3IJ4HnJLsFJ3/GB8rm9lIHN/gfidlbHQA7ft44Zl9QZkZw==", + "dgSpecHash": "Tc0i1wlDycAwvwvzGi6jeOv3jwpBdnzlHMCguBqVyJEqhunNiGLbiRmMQGlTlCvr5HRICu1vAoOd0rr2ULUMlA==", "success": true, - "projectFilePath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectFilePath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "expectedPackageFiles": [ "C:\\Users\\Administrator\\.nuget\\packages\\jetbrains.annotations\\2022.1.0\\jetbrains.annotations.2022.1.0.nupkg.sha512", "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.aspnetcore.authorization\\7.0.0\\microsoft.aspnetcore.authorization.7.0.0.nupkg.sha512", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/AgGridReportConsts.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/AgGridReportConsts.cs new file mode 100644 index 000000000..4427d81d1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/AgGridReportConsts.cs @@ -0,0 +1,8 @@ +namespace WinIn.FasterZ.AgGridReport; + +public static class AgGridReportConsts +{ + public const string DbTablePrefix = "App"; + + public const string DbSchema = null; +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/AgGridReportDomainModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/AgGridReportDomainModule.cs new file mode 100644 index 000000000..03475f93e --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/AgGridReportDomainModule.cs @@ -0,0 +1,68 @@ +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.DependencyInjection.Extensions; +using WinIn.FasterZ.AgGridReport.MultiTenancy; +using Volo.Abp.AuditLogging; +using Volo.Abp.BackgroundJobs; +using Volo.Abp.Emailing; +using Volo.Abp.FeatureManagement; +using Volo.Abp.Identity; +using Volo.Abp.Localization; +using Volo.Abp.Modularity; +using Volo.Abp.MultiTenancy; +using Volo.Abp.OpenIddict; +using Volo.Abp.PermissionManagement.Identity; +using Volo.Abp.PermissionManagement.OpenIddict; +using Volo.Abp.SettingManagement; +using Volo.Abp.TenantManagement; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AgGridReportDomainSharedModule), + typeof(AbpAuditLoggingDomainModule), + typeof(AbpBackgroundJobsDomainModule), + typeof(AbpFeatureManagementDomainModule), + typeof(AbpIdentityDomainModule), + typeof(AbpOpenIddictDomainModule), + typeof(AbpPermissionManagementDomainOpenIddictModule), + typeof(AbpPermissionManagementDomainIdentityModule), + typeof(AbpSettingManagementDomainModule), + typeof(AbpTenantManagementDomainModule), + typeof(AbpEmailingModule) +)] +public class AgGridReportDomainModule : AbpModule +{ + public override void ConfigureServices(ServiceConfigurationContext context) + { + Configure(options => + { + options.Languages.Add(new LanguageInfo("ar", "ar", "العربية", "ae")); + options.Languages.Add(new LanguageInfo("cs", "cs", "Čeština")); + options.Languages.Add(new LanguageInfo("en", "en", "English", "gb")); + options.Languages.Add(new LanguageInfo("en-GB", "en-GB", "English (UK)")); + options.Languages.Add(new LanguageInfo("hu", "hu", "Magyar")); + options.Languages.Add(new LanguageInfo("hr", "hr", "Croatian")); + options.Languages.Add(new LanguageInfo("fi", "fi", "Finnish", "fi")); + options.Languages.Add(new LanguageInfo("fr", "fr", "Français", "fr")); + options.Languages.Add(new LanguageInfo("hi", "hi", "Hindi", "in")); + options.Languages.Add(new LanguageInfo("it", "it", "Italiano", "it")); + options.Languages.Add(new LanguageInfo("pt-BR", "pt-BR", "Português")); + options.Languages.Add(new LanguageInfo("ru", "ru", "Русский", "ru")); + options.Languages.Add(new LanguageInfo("sk", "sk", "Slovak", "sk")); + options.Languages.Add(new LanguageInfo("tr", "tr", "Türkçe", "tr")); + options.Languages.Add(new LanguageInfo("zh-Hans", "zh-Hans", "简体中文")); + options.Languages.Add(new LanguageInfo("zh-Hant", "zh-Hant", "繁體中文")); + options.Languages.Add(new LanguageInfo("de-DE", "de-DE", "Deutsch", "de")); + options.Languages.Add(new LanguageInfo("es", "es", "Español")); + }); + + Configure(options => + { + options.IsEnabled = MultiTenancyConsts.IsEnabled; + }); + +#if DEBUG + context.Services.Replace(ServiceDescriptor.Singleton()); +#endif + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/AgGridReportDbMigrationService.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/AgGridReportDbMigrationService.cs new file mode 100644 index 000000000..89bcb70f4 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/AgGridReportDbMigrationService.cs @@ -0,0 +1,218 @@ +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.IO; +using System.Linq; +using System.Runtime.InteropServices; +using System.Threading.Tasks; +using Microsoft.Extensions.Logging; +using Microsoft.Extensions.Logging.Abstractions; +using Volo.Abp.Data; +using Volo.Abp.DependencyInjection; +using Volo.Abp.Identity; +using Volo.Abp.MultiTenancy; +using Volo.Abp.TenantManagement; + +namespace WinIn.FasterZ.AgGridReport.Data; + +public class AgGridReportDbMigrationService : ITransientDependency +{ + public ILogger Logger { get; set; } + + private readonly IDataSeeder _dataSeeder; + private readonly IEnumerable _dbSchemaMigrators; + private readonly ITenantRepository _tenantRepository; + private readonly ICurrentTenant _currentTenant; + + public AgGridReportDbMigrationService( + IDataSeeder dataSeeder, + IEnumerable dbSchemaMigrators, + ITenantRepository tenantRepository, + ICurrentTenant currentTenant) + { + _dataSeeder = dataSeeder; + _dbSchemaMigrators = dbSchemaMigrators; + _tenantRepository = tenantRepository; + _currentTenant = currentTenant; + + Logger = NullLogger.Instance; + } + + public async Task MigrateAsync() + { + var initialMigrationAdded = AddInitialMigrationIfNotExist(); + + if (initialMigrationAdded) + { + return; + } + + Logger.LogInformation("Started database migrations..."); + + await MigrateDatabaseSchemaAsync(); + await SeedDataAsync(); + + Logger.LogInformation($"Successfully completed host database migrations."); + + var tenants = await _tenantRepository.GetListAsync(includeDetails: true); + + var migratedDatabaseSchemas = new HashSet(); + foreach (var tenant in tenants) + { + using (_currentTenant.Change(tenant.Id)) + { + if (tenant.ConnectionStrings.Any()) + { + var tenantConnectionStrings = tenant.ConnectionStrings + .Select(x => x.Value) + .ToList(); + + if (!migratedDatabaseSchemas.IsSupersetOf(tenantConnectionStrings)) + { + await MigrateDatabaseSchemaAsync(tenant); + + migratedDatabaseSchemas.AddIfNotContains(tenantConnectionStrings); + } + } + + await SeedDataAsync(tenant); + } + + Logger.LogInformation($"Successfully completed {tenant.Name} tenant database migrations."); + } + + Logger.LogInformation("Successfully completed all database migrations."); + Logger.LogInformation("You can safely end this process..."); + } + + private async Task MigrateDatabaseSchemaAsync(Tenant? tenant = null) + { + Logger.LogInformation( + $"Migrating schema for {(tenant == null ? "host" : tenant.Name + " tenant")} database..."); + + foreach (var migrator in _dbSchemaMigrators) + { + await migrator.MigrateAsync(); + } + } + + private async Task SeedDataAsync(Tenant? tenant = null) + { + Logger.LogInformation($"Executing {(tenant == null ? "host" : tenant.Name + " tenant")} database seed..."); + + await _dataSeeder.SeedAsync(new DataSeedContext(tenant?.Id) + .WithProperty(IdentityDataSeedContributor.AdminEmailPropertyName, IdentityDataSeedContributor.AdminEmailDefaultValue) + .WithProperty(IdentityDataSeedContributor.AdminPasswordPropertyName, IdentityDataSeedContributor.AdminPasswordDefaultValue) + ); + } + + private bool AddInitialMigrationIfNotExist() + { + try + { + if (!DbMigrationsProjectExists()) + { + return false; + } + } + catch (Exception) + { + return false; + } + + try + { + if (!MigrationsFolderExists()) + { + AddInitialMigration(); + return true; + } + else + { + return false; + } + } + catch (Exception e) + { + Logger.LogWarning("Couldn't determinate if any migrations exist : " + e.Message); + return false; + } + } + + private bool DbMigrationsProjectExists() + { + var dbMigrationsProjectFolder = GetEntityFrameworkCoreProjectFolderPath(); + + return dbMigrationsProjectFolder != null; + } + + private bool MigrationsFolderExists() + { + var dbMigrationsProjectFolder = GetEntityFrameworkCoreProjectFolderPath(); + return dbMigrationsProjectFolder != null && Directory.Exists(Path.Combine(dbMigrationsProjectFolder, "Migrations")); + } + + private void AddInitialMigration() + { + Logger.LogInformation("Creating initial migration..."); + + string argumentPrefix; + string fileName; + + if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX) || RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) + { + argumentPrefix = "-c"; + fileName = "/bin/bash"; + } + else + { + argumentPrefix = "/C"; + fileName = "cmd.exe"; + } + + var procStartInfo = new ProcessStartInfo(fileName, + $"{argumentPrefix} \"abp create-migration-and-run-migrator \"{GetEntityFrameworkCoreProjectFolderPath()}\"\"" + ); + + try + { + Process.Start(procStartInfo); + } + catch (Exception) + { + throw new Exception("Couldn't run ABP CLI..."); + } + } + + private string? GetEntityFrameworkCoreProjectFolderPath() + { + var slnDirectoryPath = GetSolutionDirectoryPath(); + + if (slnDirectoryPath == null) + { + throw new Exception("Solution folder not found!"); + } + + var srcDirectoryPath = Path.Combine(slnDirectoryPath, "src"); + + return Directory.GetDirectories(srcDirectoryPath) + .FirstOrDefault(d => d.EndsWith(".EntityFrameworkCore")); + } + + private string? GetSolutionDirectoryPath() + { + var currentDirectory = new DirectoryInfo(Directory.GetCurrentDirectory()); + + while (currentDirectory != null && Directory.GetParent(currentDirectory.FullName) != null) + { + currentDirectory = Directory.GetParent(currentDirectory.FullName); + + if (currentDirectory != null && Directory.GetFiles(currentDirectory.FullName).FirstOrDefault(f => f.EndsWith(".sln")) != null) + { + return currentDirectory.FullName; + } + } + + return null; + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/IAgGridReportDbSchemaMigrator.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/IAgGridReportDbSchemaMigrator.cs new file mode 100644 index 000000000..d9e834b8a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/IAgGridReportDbSchemaMigrator.cs @@ -0,0 +1,8 @@ +using System.Threading.Tasks; + +namespace WinIn.FasterZ.AgGridReport.Data; + +public interface IAgGridReportDbSchemaMigrator +{ + Task MigrateAsync(); +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/NullAgGridReportDbSchemaMigrator.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/NullAgGridReportDbSchemaMigrator.cs new file mode 100644 index 000000000..642e5c193 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Data/NullAgGridReportDbSchemaMigrator.cs @@ -0,0 +1,15 @@ +using System.Threading.Tasks; +using Volo.Abp.DependencyInjection; + +namespace WinIn.FasterZ.AgGridReport.Data; + +/* This is used if database provider does't define + * IAgGridReportDbSchemaMigrator implementation. + */ +public class NullAgGridReportDbSchemaMigrator : IAgGridReportDbSchemaMigrator, ITransientDependency +{ + public Task MigrateAsync() + { + return Task.CompletedTask; + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/MapperProc.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/MapperProc.cs new file mode 100644 index 000000000..f6e806f59 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/MapperProc.cs @@ -0,0 +1,18 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using Volo.Abp.Domain.Entities; + +namespace WinIn.FasterZ.AgGridReport +{ + public class MapperProc:Entity + { + public string ProcName { get; set; } + + public string ProcParameters { get; set; } + + public string Remark { get; set; } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/OpenIddict/OpenIddictDataSeedContributor.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/OpenIddict/OpenIddictDataSeedContributor.cs new file mode 100644 index 000000000..7dc6a2ca6 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/OpenIddict/OpenIddictDataSeedContributor.cs @@ -0,0 +1,405 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; +using JetBrains.Annotations; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.Localization; +using OpenIddict.Abstractions; +using Volo.Abp; +using Volo.Abp.Authorization.Permissions; +using Volo.Abp.Data; +using Volo.Abp.DependencyInjection; +using Volo.Abp.OpenIddict.Applications; +using Volo.Abp.PermissionManagement; +using Volo.Abp.Uow; + +namespace WinIn.FasterZ.AgGridReport.OpenIddict; + +/* Creates initial data that is needed to property run the application + * and make client-to-server communication possible. + */ +public class OpenIddictDataSeedContributor : IDataSeedContributor, ITransientDependency +{ + private readonly IConfiguration _configuration; + private readonly IAbpApplicationManager _applicationManager; + private readonly IOpenIddictScopeManager _scopeManager; + private readonly IPermissionDataSeeder _permissionDataSeeder; + private readonly IStringLocalizer L; + + public OpenIddictDataSeedContributor( + IConfiguration configuration, + IAbpApplicationManager applicationManager, + IOpenIddictScopeManager scopeManager, + IPermissionDataSeeder permissionDataSeeder, + IStringLocalizer l) + { + _configuration = configuration; + _applicationManager = applicationManager; + _scopeManager = scopeManager; + _permissionDataSeeder = permissionDataSeeder; + L = l; + } + + [UnitOfWork] + public virtual async Task SeedAsync(DataSeedContext context) + { + await CreateScopesAsync(); + await CreateApplicationsAsync(); + } + + private async Task CreateScopesAsync() + { + if (await _scopeManager.FindByNameAsync("AgGridReport") == null) + { + await _scopeManager.CreateAsync(new OpenIddictScopeDescriptor + { + Name = "AgGridReport", + DisplayName = "AgGridReport API", + Resources = + { + "AgGridReport" + } + }); + } + } + + private async Task CreateApplicationsAsync() + { + var commonScopes = new List + { + OpenIddictConstants.Permissions.Scopes.Address, + OpenIddictConstants.Permissions.Scopes.Email, + OpenIddictConstants.Permissions.Scopes.Phone, + OpenIddictConstants.Permissions.Scopes.Profile, + OpenIddictConstants.Permissions.Scopes.Roles, + "AgGridReport" + }; + + var configurationSection = _configuration.GetSection("OpenIddict:Applications"); + + //Web Client + var webClientId = configurationSection["AgGridReport_Web:ClientId"]; + if (!webClientId.IsNullOrWhiteSpace()) + { + var webClientRootUrl = configurationSection["AgGridReport_Web:RootUrl"].EnsureEndsWith('/'); + + /* AgGridReport_Web client is only needed if you created a tiered + * solution. Otherwise, you can delete this client. */ + await CreateApplicationAsync( + name: webClientId!, + type: OpenIddictConstants.ClientTypes.Confidential, + consentType: OpenIddictConstants.ConsentTypes.Implicit, + displayName: "Web Application", + secret: configurationSection["AgGridReport_Web:ClientSecret"] ?? "1q2w3e*", + grantTypes: new List //Hybrid flow + { + OpenIddictConstants.GrantTypes.AuthorizationCode, + OpenIddictConstants.GrantTypes.Implicit + }, + scopes: commonScopes, + redirectUri: $"{webClientRootUrl}signin-oidc", + clientUri: webClientRootUrl, + postLogoutRedirectUri: $"{webClientRootUrl}signout-callback-oidc" + ); + } + + //Console Test / Angular Client + var consoleAndAngularClientId = configurationSection["AgGridReport_App:ClientId"]; + if (!consoleAndAngularClientId.IsNullOrWhiteSpace()) + { + var consoleAndAngularClientRootUrl = configurationSection["AgGridReport_App:RootUrl"]?.TrimEnd('/'); + await CreateApplicationAsync( + name: consoleAndAngularClientId!, + type: OpenIddictConstants.ClientTypes.Public, + consentType: OpenIddictConstants.ConsentTypes.Implicit, + displayName: "Console Test / Angular Application", + secret: null, + grantTypes: new List + { + OpenIddictConstants.GrantTypes.AuthorizationCode, + OpenIddictConstants.GrantTypes.Password, + OpenIddictConstants.GrantTypes.ClientCredentials, + OpenIddictConstants.GrantTypes.RefreshToken + }, + scopes: commonScopes, + redirectUri: consoleAndAngularClientRootUrl, + clientUri: consoleAndAngularClientRootUrl, + postLogoutRedirectUri: consoleAndAngularClientRootUrl + ); + } + + // Blazor Client + var blazorClientId = configurationSection["AgGridReport_Blazor:ClientId"]; + if (!blazorClientId.IsNullOrWhiteSpace()) + { + var blazorRootUrl = configurationSection["AgGridReport_Blazor:RootUrl"]?.TrimEnd('/'); + + await CreateApplicationAsync( + name: blazorClientId!, + type: OpenIddictConstants.ClientTypes.Public, + consentType: OpenIddictConstants.ConsentTypes.Implicit, + displayName: "Blazor Application", + secret: null, + grantTypes: new List + { + OpenIddictConstants.GrantTypes.AuthorizationCode, + }, + scopes: commonScopes, + redirectUri: $"{blazorRootUrl}/authentication/login-callback", + clientUri: blazorRootUrl, + postLogoutRedirectUri: $"{blazorRootUrl}/authentication/logout-callback" + ); + } + + // Blazor Server Tiered Client + var blazorServerTieredClientId = configurationSection["AgGridReport_BlazorServerTiered:ClientId"]; + if (!blazorServerTieredClientId.IsNullOrWhiteSpace()) + { + var blazorServerTieredRootUrl = configurationSection["AgGridReport_BlazorServerTiered:RootUrl"].EnsureEndsWith('/'); + + await CreateApplicationAsync( + name: blazorServerTieredClientId!, + type: OpenIddictConstants.ClientTypes.Confidential, + consentType: OpenIddictConstants.ConsentTypes.Implicit, + displayName: "Blazor Server Application", + secret: configurationSection["AgGridReport_BlazorServerTiered:ClientSecret"] ?? "1q2w3e*", + grantTypes: new List //Hybrid flow + { + OpenIddictConstants.GrantTypes.AuthorizationCode, + OpenIddictConstants.GrantTypes.Implicit + }, + scopes: commonScopes, + redirectUri: $"{blazorServerTieredRootUrl}signin-oidc", + clientUri: blazorServerTieredRootUrl, + postLogoutRedirectUri: $"{blazorServerTieredRootUrl}signout-callback-oidc" + ); + } + + // Swagger Client + var swaggerClientId = configurationSection["AgGridReport_Swagger:ClientId"]; + if (!swaggerClientId.IsNullOrWhiteSpace()) + { + var swaggerRootUrl = configurationSection["AgGridReport_Swagger:RootUrl"]?.TrimEnd('/'); + + await CreateApplicationAsync( + name: swaggerClientId!, + type: OpenIddictConstants.ClientTypes.Public, + consentType: OpenIddictConstants.ConsentTypes.Implicit, + displayName: "Swagger Application", + secret: null, + grantTypes: new List + { + OpenIddictConstants.GrantTypes.AuthorizationCode, + }, + scopes: commonScopes, + redirectUri: $"{swaggerRootUrl}/swagger/oauth2-redirect.html", + clientUri: swaggerRootUrl + ); + } + } + + private async Task CreateApplicationAsync( + [NotNull] string name, + [NotNull] string type, + [NotNull] string consentType, + string displayName, + string? secret, + List grantTypes, + List scopes, + string? clientUri = null, + string? redirectUri = null, + string? postLogoutRedirectUri = null, + List? permissions = null) + { + if (!string.IsNullOrEmpty(secret) && string.Equals(type, OpenIddictConstants.ClientTypes.Public, StringComparison.OrdinalIgnoreCase)) + { + throw new BusinessException(L["NoClientSecretCanBeSetForPublicApplications"]); + } + + if (string.IsNullOrEmpty(secret) && string.Equals(type, OpenIddictConstants.ClientTypes.Confidential, StringComparison.OrdinalIgnoreCase)) + { + throw new BusinessException(L["TheClientSecretIsRequiredForConfidentialApplications"]); + } + + if (!string.IsNullOrEmpty(name) && await _applicationManager.FindByClientIdAsync(name) != null) + { + return; + //throw new BusinessException(L["TheClientIdentifierIsAlreadyTakenByAnotherApplication"]); + } + + var client = await _applicationManager.FindByClientIdAsync(name); + if (client == null) + { + var application = new AbpApplicationDescriptor + { + ClientId = name, + Type = type, + ClientSecret = secret, + ConsentType = consentType, + DisplayName = displayName, + ClientUri = clientUri, + }; + + Check.NotNullOrEmpty(grantTypes, nameof(grantTypes)); + Check.NotNullOrEmpty(scopes, nameof(scopes)); + + if (new [] { OpenIddictConstants.GrantTypes.AuthorizationCode, OpenIddictConstants.GrantTypes.Implicit }.All(grantTypes.Contains)) + { + application.Permissions.Add(OpenIddictConstants.Permissions.ResponseTypes.CodeIdToken); + + if (string.Equals(type, OpenIddictConstants.ClientTypes.Public, StringComparison.OrdinalIgnoreCase)) + { + application.Permissions.Add(OpenIddictConstants.Permissions.ResponseTypes.CodeIdTokenToken); + application.Permissions.Add(OpenIddictConstants.Permissions.ResponseTypes.CodeToken); + } + } + + if (!redirectUri.IsNullOrWhiteSpace() || !postLogoutRedirectUri.IsNullOrWhiteSpace()) + { + application.Permissions.Add(OpenIddictConstants.Permissions.Endpoints.Logout); + } + + var buildInGrantTypes = new [] + { + OpenIddictConstants.GrantTypes.Implicit, + OpenIddictConstants.GrantTypes.Password, + OpenIddictConstants.GrantTypes.AuthorizationCode, + OpenIddictConstants.GrantTypes.ClientCredentials, + OpenIddictConstants.GrantTypes.DeviceCode, + OpenIddictConstants.GrantTypes.RefreshToken + }; + + foreach (var grantType in grantTypes) + { + if (grantType == OpenIddictConstants.GrantTypes.AuthorizationCode) + { + application.Permissions.Add(OpenIddictConstants.Permissions.GrantTypes.AuthorizationCode); + application.Permissions.Add(OpenIddictConstants.Permissions.ResponseTypes.Code); + } + + if (grantType == OpenIddictConstants.GrantTypes.AuthorizationCode || grantType == OpenIddictConstants.GrantTypes.Implicit) + { + application.Permissions.Add(OpenIddictConstants.Permissions.Endpoints.Authorization); + } + + if (grantType == OpenIddictConstants.GrantTypes.AuthorizationCode || + grantType == OpenIddictConstants.GrantTypes.ClientCredentials || + grantType == OpenIddictConstants.GrantTypes.Password || + grantType == OpenIddictConstants.GrantTypes.RefreshToken || + grantType == OpenIddictConstants.GrantTypes.DeviceCode) + { + application.Permissions.Add(OpenIddictConstants.Permissions.Endpoints.Token); + application.Permissions.Add(OpenIddictConstants.Permissions.Endpoints.Revocation); + application.Permissions.Add(OpenIddictConstants.Permissions.Endpoints.Introspection); + } + + if (grantType == OpenIddictConstants.GrantTypes.ClientCredentials) + { + application.Permissions.Add(OpenIddictConstants.Permissions.GrantTypes.ClientCredentials); + } + + if (grantType == OpenIddictConstants.GrantTypes.Implicit) + { + application.Permissions.Add(OpenIddictConstants.Permissions.GrantTypes.Implicit); + } + + if (grantType == OpenIddictConstants.GrantTypes.Password) + { + application.Permissions.Add(OpenIddictConstants.Permissions.GrantTypes.Password); + } + + if (grantType == OpenIddictConstants.GrantTypes.RefreshToken) + { + application.Permissions.Add(OpenIddictConstants.Permissions.GrantTypes.RefreshToken); + } + + if (grantType == OpenIddictConstants.GrantTypes.DeviceCode) + { + application.Permissions.Add(OpenIddictConstants.Permissions.GrantTypes.DeviceCode); + application.Permissions.Add(OpenIddictConstants.Permissions.Endpoints.Device); + } + + if (grantType == OpenIddictConstants.GrantTypes.Implicit) + { + application.Permissions.Add(OpenIddictConstants.Permissions.ResponseTypes.IdToken); + if (string.Equals(type, OpenIddictConstants.ClientTypes.Public, StringComparison.OrdinalIgnoreCase)) + { + application.Permissions.Add(OpenIddictConstants.Permissions.ResponseTypes.IdTokenToken); + application.Permissions.Add(OpenIddictConstants.Permissions.ResponseTypes.Token); + } + } + + if (!buildInGrantTypes.Contains(grantType)) + { + application.Permissions.Add(OpenIddictConstants.Permissions.Prefixes.GrantType + grantType); + } + } + + var buildInScopes = new [] + { + OpenIddictConstants.Permissions.Scopes.Address, + OpenIddictConstants.Permissions.Scopes.Email, + OpenIddictConstants.Permissions.Scopes.Phone, + OpenIddictConstants.Permissions.Scopes.Profile, + OpenIddictConstants.Permissions.Scopes.Roles + }; + + foreach (var scope in scopes) + { + if (buildInScopes.Contains(scope)) + { + application.Permissions.Add(scope); + } + else + { + application.Permissions.Add(OpenIddictConstants.Permissions.Prefixes.Scope + scope); + } + } + + if (redirectUri != null) + { + if (!redirectUri.IsNullOrEmpty()) + { + if (!Uri.TryCreate(redirectUri, UriKind.Absolute, out var uri) || !uri.IsWellFormedOriginalString()) + { + throw new BusinessException(L["InvalidRedirectUri", redirectUri]); + } + + if (application.RedirectUris.All(x => x != uri)) + { + application.RedirectUris.Add(uri); + } + } + } + + if (postLogoutRedirectUri != null) + { + if (!postLogoutRedirectUri.IsNullOrEmpty()) + { + if (!Uri.TryCreate(postLogoutRedirectUri, UriKind.Absolute, out var uri) || !uri.IsWellFormedOriginalString()) + { + throw new BusinessException(L["InvalidPostLogoutRedirectUri", postLogoutRedirectUri]); + } + + if (application.PostLogoutRedirectUris.All(x => x != uri)) + { + application.PostLogoutRedirectUris.Add(uri); + } + } + } + + if (permissions != null) + { + await _permissionDataSeeder.SeedAsync( + ClientPermissionValueProvider.ProviderName, + name, + permissions, + null + ); + } + + await _applicationManager.CreateAsync(application); + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Properties/AssemblyInfo.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..6fecb1c8d --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Properties/AssemblyInfo.cs @@ -0,0 +1,3 @@ +using System.Runtime.CompilerServices; +[assembly:InternalsVisibleToAttribute("WinIn.FasterZ.AgGridReport.Domain.Tests")] +[assembly:InternalsVisibleToAttribute("WinIn.FasterZ.AgGridReport.TestBase")] diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Settings/AgGridReportSettingDefinitionProvider.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Settings/AgGridReportSettingDefinitionProvider.cs new file mode 100644 index 000000000..304d80c6f --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Settings/AgGridReportSettingDefinitionProvider.cs @@ -0,0 +1,12 @@ +using Volo.Abp.Settings; + +namespace WinIn.FasterZ.AgGridReport.Settings; + +public class AgGridReportSettingDefinitionProvider : SettingDefinitionProvider +{ + public override void Define(ISettingDefinitionContext context) + { + //Define your own settings here. Example: + //context.Add(new SettingDefinition(AgGridReportSettings.MySetting1)); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Settings/AgGridReportSettings.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Settings/AgGridReportSettings.cs new file mode 100644 index 000000000..16113fdec --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/Settings/AgGridReportSettings.cs @@ -0,0 +1,9 @@ +namespace WinIn.FasterZ.AgGridReport.Settings; + +public static class AgGridReportSettings +{ + private const string Prefix = "AgGridReport"; + + //Add your own setting names here. Example: + //public const string MySetting1 = Prefix + ".MySetting1"; +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/WinIn.FasterZ.AgGridReport.Domain.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/WinIn.FasterZ.AgGridReport.Domain.csproj new file mode 100644 index 000000000..535046a68 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/WinIn.FasterZ.AgGridReport.Domain.csproj @@ -0,0 +1,28 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/WinIn/FasterZ/AgGridReport/IMapperProcRepository.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/WinIn/FasterZ/AgGridReport/IMapperProcRepository.cs new file mode 100644 index 000000000..8400978db --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/WinIn/FasterZ/AgGridReport/IMapperProcRepository.cs @@ -0,0 +1,11 @@ +using System; +using Volo.Abp.Domain.Repositories; + +namespace WinIn.FasterZ.AgGridReport; + +/// +/// +/// +public interface IMapperProcRepository : IRepository +{ +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..a3e2d2292 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..ea87f5288 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index a8483577f..5184834fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index a0a20daee..23ec46a68 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index 63ebdfecf..1ad6d7673 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index f08fbd943..103529209 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache index c0fd704c8..1ca47a255 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache index 67577ce74..192ae1584 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -de850caf08c2675081372d0c377887300fe2c002d3ae4c3cf26a24c3bf8b2af1 +56c7f403515131a35ac8b03dd228e3320f3d584597f0751e6fce37353f1719bc diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.FileListAbsolute.txt index b9b64a82c..9f47ea57f 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.FileListAbsolute.txt @@ -43,18 +43,3 @@ C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGr C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.Domain.dll C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.Domain.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index a8483577f..5184834fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index a0a20daee..23ec46a68 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Domain.dll index 347bcc659..5cf0970cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Domain.dll index 347bcc659..5cf0970cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.AssemblyInfoInputs.cache index 51eadabf5..1eb9a6f59 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.AssemblyInfoInputs.cache @@ -1 +1 @@ -2506372b836abafda1de23ccf7e805015f5b9defefcffbb206bcce902bbf5bd3 +e4a9084eb13fc26d0bc970f0fe129a14c263be63 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.GeneratedMSBuildEditorConfig.editorconfig index 7625606a5..52fe937bc 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.assets.cache index 1a314c77c..315100724 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache index 86672d8d1..f10b63dce 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache index 846244f6b..615a809fd 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -459301875c338cd032e40b647dbd865888fb9e8766f0e20f54b88a3433b1561e +e8e8c49be7024b6bfff44625d2c74bb4274b2a6b diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.FileListAbsolute.txt index 8a5fffec4..7720b7120 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.csproj.FileListAbsolute.txt @@ -28,18 +28,3 @@ E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport. E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\refint\WinIn.FasterZ.AgGridReport.Domain.dll E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\refint\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Domain\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.Domain.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index 63ebdfecf..1ad6d7673 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index f08fbd943..103529209 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Domain.dll index 55d29fc94..4f89295f7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Domain.dll index 55d29fc94..4f89295f7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/WinIn.FasterZ.AgGridReport.Domain.csproj.nuget.dgspec.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/WinIn.FasterZ.AgGridReport.Domain.csproj.nuget.dgspec.json index afe7e94c1..27fadf0a6 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/WinIn.FasterZ.AgGridReport.Domain.csproj.nuget.dgspec.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/WinIn.FasterZ.AgGridReport.Domain.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": {} + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": {} }, "projects": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain.Shared", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -104,20 +104,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -134,8 +134,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/project.assets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/project.assets.json index 0c7e1b57c..4eee3bd92 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/project.assets.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/project.assets.json @@ -6497,17 +6497,17 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -6524,8 +6524,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/project.nuget.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/project.nuget.cache index a0925a973..1dc2c479a 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/project.nuget.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Domain/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "NYxf1+2JOUN7X3HdXBH4NNcYKCPx1TpGFpq9a6ma76m/aZ1z1Tp/Y0ckCefXR1Z9DqmWhzR5neVmbf0kXBEcgA==", + "dgSpecHash": "q2wTxPdWp9dmGRsOuCnRwfom5ag5qb9REDFRCLNQLc8hj7DzgCQFrn25Kn0rsED2q5x7ZmQwAxW+BEw6q/eDag==", "success": true, - "projectFilePath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectFilePath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "expectedPackageFiles": [ "C:\\Users\\Administrator\\.nuget\\packages\\asynckeyedlock\\6.2.1\\asynckeyedlock.6.2.1.nupkg.sha512", "C:\\Users\\Administrator\\.nuget\\packages\\automapper\\12.0.0\\automapper.12.0.0.nupkg.sha512", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportDbContext.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportDbContext.cs new file mode 100644 index 000000000..0558bb0b7 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportDbContext.cs @@ -0,0 +1,102 @@ +using Microsoft.EntityFrameworkCore; +using Volo.Abp.AuditLogging.EntityFrameworkCore; +using Volo.Abp.BackgroundJobs.EntityFrameworkCore; +using Volo.Abp.Data; +using Volo.Abp.DependencyInjection; +using Volo.Abp.EntityFrameworkCore; +using Volo.Abp.FeatureManagement.EntityFrameworkCore; +using Volo.Abp.Identity; +using Volo.Abp.Identity.EntityFrameworkCore; +using Volo.Abp.OpenIddict.EntityFrameworkCore; +using Volo.Abp.PermissionManagement.EntityFrameworkCore; +using Volo.Abp.SettingManagement.EntityFrameworkCore; +using Volo.Abp.TenantManagement; +using Volo.Abp.TenantManagement.EntityFrameworkCore; +using WinIn.FasterZ.AgGridReport; +using Volo.Abp.EntityFrameworkCore.Modeling; + +namespace WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +[ReplaceDbContext(typeof(IIdentityDbContext))] +[ReplaceDbContext(typeof(ITenantManagementDbContext))] +[ConnectionStringName("Default")] +public class AgGridReportDbContext : + AbpDbContext, + IIdentityDbContext, + ITenantManagementDbContext +{ + /* Add DbSet properties for your Aggregate Roots / Entities here. */ + + #region Entities from the modules + + /* Notice: We only implemented IIdentityDbContext and ITenantManagementDbContext + * and replaced them for this DbContext. This allows you to perform JOIN + * queries for the entities of these modules over the repositories easily. You + * typically don't need that for other modules. But, if you need, you can + * implement the DbContext interface of the needed module and use ReplaceDbContext + * attribute just like IIdentityDbContext and ITenantManagementDbContext. + * + * More info: Replacing a DbContext of a module ensures that the related module + * uses this DbContext on runtime. Otherwise, it will use its own DbContext class. + */ + + //Identity + public DbSet Users { get; set; } + public DbSet Roles { get; set; } + public DbSet ClaimTypes { get; set; } + public DbSet OrganizationUnits { get; set; } + public DbSet SecurityLogs { get; set; } + public DbSet LinkUsers { get; set; } + public DbSet UserDelegations { get; set; } + + // Tenant Management + public DbSet Tenants { get; set; } + public DbSet TenantConnectionStrings { get; set; } + + #endregion + /// + /// + /// + public DbSet MapperProcs { get; set; } + + public AgGridReportDbContext(DbContextOptions options) + : base(options) + { + + } + + protected override void OnModelCreating(ModelBuilder builder) + { + base.OnModelCreating(builder); + + /* Include modules to your migration db context */ + + builder.ConfigurePermissionManagement(); + builder.ConfigureSettingManagement(); + builder.ConfigureBackgroundJobs(); + builder.ConfigureAuditLogging(); + builder.ConfigureIdentity(); + builder.ConfigureOpenIddict(); + builder.ConfigureFeatureManagement(); + builder.ConfigureTenantManagement(); + + /* Configure your own tables/entities inside here */ + + //builder.Entity(b => + //{ + // b.ToTable(AgGridReportConsts.DbTablePrefix + "YourEntities", AgGridReportConsts.DbSchema); + // b.ConfigureByConvention(); //auto configure for the base class props + // //... + //}); + + + builder.Entity(b => + { + b.ToTable(AgGridReportConsts.DbTablePrefix + "MapperProcs", AgGridReportConsts.DbSchema, table => table.HasComment("")); + b.ConfigureByConvention(); + + + /* Configure more properties here */ + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportDbContextFactory.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportDbContextFactory.cs new file mode 100644 index 000000000..7b5d9ba9e --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportDbContextFactory.cs @@ -0,0 +1,33 @@ +using System; +using System.IO; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Design; +using Microsoft.Extensions.Configuration; + +namespace WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +/* This class is needed for EF Core console commands + * (like Add-Migration and Update-Database commands) */ +public class AgGridReportDbContextFactory : IDesignTimeDbContextFactory +{ + public AgGridReportDbContext CreateDbContext(string[] args) + { + AgGridReportEfCoreEntityExtensionMappings.Configure(); + + var configuration = BuildConfiguration(); + + var builder = new DbContextOptionsBuilder() + .UseSqlServer(configuration.GetConnectionString("Default")); + + return new AgGridReportDbContext(builder.Options); + } + + private static IConfigurationRoot BuildConfiguration() + { + var builder = new ConfigurationBuilder() + .SetBasePath(Path.Combine(Directory.GetCurrentDirectory(), "../WinIn.FasterZ.AgGridReport.DbMigrator/")) + .AddJsonFile("appsettings.json", optional: false); + + return builder.Build(); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportEfCoreEntityExtensionMappings.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportEfCoreEntityExtensionMappings.cs new file mode 100644 index 000000000..b79b258a5 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportEfCoreEntityExtensionMappings.cs @@ -0,0 +1,44 @@ +using Microsoft.EntityFrameworkCore; +using Volo.Abp.Identity; +using Volo.Abp.ObjectExtending; +using Volo.Abp.Threading; + +namespace WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +public static class AgGridReportEfCoreEntityExtensionMappings +{ + private static readonly OneTimeRunner OneTimeRunner = new OneTimeRunner(); + + public static void Configure() + { + AgGridReportGlobalFeatureConfigurator.Configure(); + AgGridReportModuleExtensionConfigurator.Configure(); + + OneTimeRunner.Run(() => + { + /* You can configure extra properties for the + * entities defined in the modules used by your application. + * + * This class can be used to map these extra properties to table fields in the database. + * + * USE THIS CLASS ONLY TO CONFIGURE EF CORE RELATED MAPPING. + * USE AgGridReportModuleExtensionConfigurator CLASS (in the Domain.Shared project) + * FOR A HIGH LEVEL API TO DEFINE EXTRA PROPERTIES TO ENTITIES OF THE USED MODULES + * + * Example: Map a property to a table field: + + ObjectExtensionManager.Instance + .MapEfCoreProperty( + "MyProperty", + (entityBuilder, propertyBuilder) => + { + propertyBuilder.HasMaxLength(128); + } + ); + + * See the documentation for more: + * https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Extending-Entities + */ + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportEntityFrameworkCoreModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportEntityFrameworkCoreModule.cs new file mode 100644 index 000000000..629af9a01 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/AgGridReportEntityFrameworkCoreModule.cs @@ -0,0 +1,56 @@ +using WinIn.FasterZ.AgGridReport; +using System; +using Microsoft.Extensions.DependencyInjection; +using Volo.Abp.Uow; +using Volo.Abp.AuditLogging.EntityFrameworkCore; +using Volo.Abp.BackgroundJobs.EntityFrameworkCore; +using Volo.Abp.EntityFrameworkCore; +using Volo.Abp.EntityFrameworkCore.SqlServer; +using Volo.Abp.FeatureManagement.EntityFrameworkCore; +using Volo.Abp.Identity.EntityFrameworkCore; +using Volo.Abp.Modularity; +using Volo.Abp.OpenIddict.EntityFrameworkCore; +using Volo.Abp.PermissionManagement.EntityFrameworkCore; +using Volo.Abp.SettingManagement.EntityFrameworkCore; +using Volo.Abp.TenantManagement.EntityFrameworkCore; + +namespace WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +[DependsOn( + typeof(AgGridReportDomainModule), + typeof(AbpIdentityEntityFrameworkCoreModule), + typeof(AbpOpenIddictEntityFrameworkCoreModule), + typeof(AbpPermissionManagementEntityFrameworkCoreModule), + typeof(AbpSettingManagementEntityFrameworkCoreModule), + typeof(AbpEntityFrameworkCoreSqlServerModule), + typeof(AbpBackgroundJobsEntityFrameworkCoreModule), + typeof(AbpAuditLoggingEntityFrameworkCoreModule), + typeof(AbpTenantManagementEntityFrameworkCoreModule), + typeof(AbpFeatureManagementEntityFrameworkCoreModule) + )] +public class AgGridReportEntityFrameworkCoreModule : AbpModule +{ + public override void PreConfigureServices(ServiceConfigurationContext context) + { + AgGridReportEfCoreEntityExtensionMappings.Configure(); + } + + public override void ConfigureServices(ServiceConfigurationContext context) + { + context.Services.AddAbpDbContext(options => + { + /* Remove "includeAllEntities: true" to create + * default repositories only for aggregate roots */ + options.AddDefaultRepositories(includeAllEntities: true); + options.AddRepository(); + }); + + Configure(options => + { + /* The main point to change your DBMS. + * See also AgGridReportMigrationsDbContextFactory for EF Core tooling. */ + options.UseSqlServer(); + }); + + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/EntityFrameworkCoreAgGridReportDbSchemaMigrator.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/EntityFrameworkCoreAgGridReportDbSchemaMigrator.cs new file mode 100644 index 000000000..6851a368e --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/EntityFrameworkCore/EntityFrameworkCoreAgGridReportDbSchemaMigrator.cs @@ -0,0 +1,34 @@ +using System; +using System.Threading.Tasks; +using Microsoft.EntityFrameworkCore; +using Microsoft.Extensions.DependencyInjection; +using WinIn.FasterZ.AgGridReport.Data; +using Volo.Abp.DependencyInjection; + +namespace WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +public class EntityFrameworkCoreAgGridReportDbSchemaMigrator + : IAgGridReportDbSchemaMigrator, ITransientDependency +{ + private readonly IServiceProvider _serviceProvider; + + public EntityFrameworkCoreAgGridReportDbSchemaMigrator( + IServiceProvider serviceProvider) + { + _serviceProvider = serviceProvider; + } + + public async Task MigrateAsync() + { + /* We intentionally resolving the AgGridReportDbContext + * from IServiceProvider (instead of directly injecting it) + * to properly get the connection string of the current tenant in the + * current scope. + */ + + await _serviceProvider + .GetRequiredService() + .Database + .MigrateAsync(); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231030033602_Initial.Designer.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231030033602_Initial.Designer.cs new file mode 100644 index 000000000..438c5ca70 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231030033602_Initial.Designer.cs @@ -0,0 +1,1870 @@ +// +using System; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Metadata; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Volo.Abp.EntityFrameworkCore; +using WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +#nullable disable + +namespace WinIn.FasterZ.AgGridReport.Migrations +{ + [DbContext(typeof(AgGridReportDbContext))] + [Migration("20231030033602_Initial")] + partial class Initial + { + /// + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) + .HasAnnotation("ProductVersion", "7.0.1") + .HasAnnotation("Relational:MaxIdentifierLength", 128); + + SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationName") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)") + .HasColumnName("ApplicationName"); + + b.Property("BrowserInfo") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("BrowserInfo"); + + b.Property("ClientId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ClientId"); + + b.Property("ClientIpAddress") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ClientIpAddress"); + + b.Property("ClientName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("ClientName"); + + b.Property("Comments") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Comments"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CorrelationId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("CorrelationId"); + + b.Property("Exceptions") + .HasColumnType("nvarchar(max)"); + + b.Property("ExecutionDuration") + .HasColumnType("int") + .HasColumnName("ExecutionDuration"); + + b.Property("ExecutionTime") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("HttpMethod") + .HasMaxLength(16) + .HasColumnType("nvarchar(16)") + .HasColumnName("HttpMethod"); + + b.Property("HttpStatusCode") + .HasColumnType("int") + .HasColumnName("HttpStatusCode"); + + b.Property("ImpersonatorTenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("ImpersonatorTenantId"); + + b.Property("ImpersonatorTenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ImpersonatorTenantName"); + + b.Property("ImpersonatorUserId") + .HasColumnType("uniqueidentifier") + .HasColumnName("ImpersonatorUserId"); + + b.Property("ImpersonatorUserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("ImpersonatorUserName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("TenantName"); + + b.Property("Url") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Url"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier") + .HasColumnName("UserId"); + + b.Property("UserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("UserName"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "ExecutionTime"); + + b.HasIndex("TenantId", "UserId", "ExecutionTime"); + + b.ToTable("AbpAuditLogs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AuditLogId") + .HasColumnType("uniqueidentifier") + .HasColumnName("AuditLogId"); + + b.Property("ExecutionDuration") + .HasColumnType("int") + .HasColumnName("ExecutionDuration"); + + b.Property("ExecutionTime") + .HasColumnType("datetime2") + .HasColumnName("ExecutionTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("MethodName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("MethodName"); + + b.Property("Parameters") + .HasMaxLength(2000) + .HasColumnType("nvarchar(2000)") + .HasColumnName("Parameters"); + + b.Property("ServiceName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("ServiceName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("AuditLogId"); + + b.HasIndex("TenantId", "ServiceName", "MethodName", "ExecutionTime"); + + b.ToTable("AbpAuditLogActions", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AuditLogId") + .HasColumnType("uniqueidentifier") + .HasColumnName("AuditLogId"); + + b.Property("ChangeTime") + .HasColumnType("datetime2") + .HasColumnName("ChangeTime"); + + b.Property("ChangeType") + .HasColumnType("tinyint") + .HasColumnName("ChangeType"); + + b.Property("EntityId") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("EntityId"); + + b.Property("EntityTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("EntityTypeFullName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("EntityTypeFullName"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("AuditLogId"); + + b.HasIndex("TenantId", "EntityTypeFullName", "EntityId"); + + b.ToTable("AbpEntityChanges", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityPropertyChange", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("EntityChangeId") + .HasColumnType("uniqueidentifier"); + + b.Property("NewValue") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("NewValue"); + + b.Property("OriginalValue") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("OriginalValue"); + + b.Property("PropertyName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("PropertyName"); + + b.Property("PropertyTypeFullName") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("PropertyTypeFullName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("EntityChangeId"); + + b.ToTable("AbpEntityPropertyChanges", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.BackgroundJobs.BackgroundJobRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsAbandoned") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false); + + b.Property("JobArgs") + .IsRequired() + .HasMaxLength(1048576) + .HasColumnType("nvarchar(max)"); + + b.Property("JobName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("LastTryTime") + .HasColumnType("datetime2"); + + b.Property("NextTryTime") + .HasColumnType("datetime2"); + + b.Property("Priority") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint") + .HasDefaultValue((byte)15); + + b.Property("TryCount") + .ValueGeneratedOnAdd() + .HasColumnType("smallint") + .HasDefaultValue((short)0); + + b.HasKey("Id"); + + b.HasIndex("IsAbandoned", "NextTryTime"); + + b.ToTable("AbpBackgroundJobs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AllowedProviders") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("DefaultValue") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("Description") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("GroupName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("IsAvailableToHost") + .HasColumnType("bit"); + + b.Property("IsVisibleToClients") + .HasColumnType("bit"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ParentName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ValueType") + .HasMaxLength(2048) + .HasColumnType("nvarchar(2048)"); + + b.HasKey("Id"); + + b.HasIndex("GroupName"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpFeatures", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureGroupDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpFeatureGroups", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureValue", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); + + b.ToTable("AbpFeatureValues", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityClaimType", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("Description") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsStatic") + .HasColumnType("bit"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("Regex") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)"); + + b.Property("RegexDescription") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("Required") + .HasColumnType("bit"); + + b.Property("ValueType") + .HasColumnType("int"); + + b.HasKey("Id"); + + b.ToTable("AbpClaimTypes", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityLinkUser", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("SourceTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("SourceUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("TargetTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("TargetUserId") + .HasColumnType("uniqueidentifier"); + + b.HasKey("Id"); + + b.HasIndex("SourceUserId", "SourceTenantId", "TargetUserId", "TargetTenantId") + .IsUnique() + .HasFilter("[SourceTenantId] IS NOT NULL AND [TargetTenantId] IS NOT NULL"); + + b.ToTable("AbpLinkUsers", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDefault") + .HasColumnType("bit") + .HasColumnName("IsDefault"); + + b.Property("IsPublic") + .HasColumnType("bit") + .HasColumnName("IsPublic"); + + b.Property("IsStatic") + .HasColumnType("bit") + .HasColumnName("IsStatic"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("NormalizedName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("NormalizedName"); + + b.ToTable("AbpRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRoleClaim", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ClaimType") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ClaimValue") + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("RoleId"); + + b.ToTable("AbpRoleClaims", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentitySecurityLog", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("Action") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("ApplicationName") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("BrowserInfo") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)"); + + b.Property("ClientId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ClientIpAddress") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CorrelationId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("CreationTime") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Identity") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("UserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "Action"); + + b.HasIndex("TenantId", "ApplicationName"); + + b.HasIndex("TenantId", "Identity"); + + b.HasIndex("TenantId", "UserId"); + + b.ToTable("AbpSecurityLogs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUser", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("AccessFailedCount") + .ValueGeneratedOnAdd() + .HasColumnType("int") + .HasDefaultValue(0) + .HasColumnName("AccessFailedCount"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("Email") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Email"); + + b.Property("EmailConfirmed") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("EmailConfirmed"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsActive") + .HasColumnType("bit") + .HasColumnName("IsActive"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("IsExternal") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsExternal"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("LastPasswordChangeTime") + .HasColumnType("datetimeoffset"); + + b.Property("LockoutEnabled") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("LockoutEnabled"); + + b.Property("LockoutEnd") + .HasColumnType("datetimeoffset"); + + b.Property("Name") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("Name"); + + b.Property("NormalizedEmail") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("NormalizedEmail"); + + b.Property("NormalizedUserName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("NormalizedUserName"); + + b.Property("PasswordHash") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("PasswordHash"); + + b.Property("PhoneNumber") + .HasMaxLength(16) + .HasColumnType("nvarchar(16)") + .HasColumnName("PhoneNumber"); + + b.Property("PhoneNumberConfirmed") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("PhoneNumberConfirmed"); + + b.Property("SecurityStamp") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("SecurityStamp"); + + b.Property("ShouldChangePasswordOnNextLogin") + .HasColumnType("bit"); + + b.Property("Surname") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("Surname"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TwoFactorEnabled") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("TwoFactorEnabled"); + + b.Property("UserName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("UserName"); + + b.HasKey("Id"); + + b.HasIndex("Email"); + + b.HasIndex("NormalizedEmail"); + + b.HasIndex("NormalizedUserName"); + + b.HasIndex("UserName"); + + b.ToTable("AbpUsers", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserClaim", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ClaimType") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ClaimValue") + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.HasKey("Id"); + + b.HasIndex("UserId"); + + b.ToTable("AbpUserClaims", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserDelegation", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("EndTime") + .HasColumnType("datetime2"); + + b.Property("SourceUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("StartTime") + .HasColumnType("datetime2"); + + b.Property("TargetUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.ToTable("AbpUserDelegations", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserLogin", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("LoginProvider") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderDisplayName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .IsRequired() + .HasMaxLength(196) + .HasColumnType("nvarchar(196)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("UserId", "LoginProvider"); + + b.HasIndex("LoginProvider", "ProviderKey"); + + b.ToTable("AbpUserLogins", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserOrganizationUnit", b => + { + b.Property("OrganizationUnitId") + .HasColumnType("uniqueidentifier"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("OrganizationUnitId", "UserId"); + + b.HasIndex("UserId", "OrganizationUnitId"); + + b.ToTable("AbpUserOrganizationUnits", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserRole", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("UserId", "RoleId"); + + b.HasIndex("RoleId", "UserId"); + + b.ToTable("AbpUserRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserToken", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("LoginProvider") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Name") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("Value") + .HasColumnType("nvarchar(max)"); + + b.HasKey("UserId", "LoginProvider", "Name"); + + b.ToTable("AbpUserTokens", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("Code") + .IsRequired() + .HasMaxLength(95) + .HasColumnType("nvarchar(95)") + .HasColumnName("Code"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("DisplayName"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("ParentId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("Code"); + + b.HasIndex("ParentId"); + + b.ToTable("AbpOrganizationUnits", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnitRole", b => + { + b.Property("OrganizationUnitId") + .HasColumnType("uniqueidentifier"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("OrganizationUnitId", "RoleId"); + + b.HasIndex("RoleId", "OrganizationUnitId"); + + b.ToTable("AbpOrganizationUnitRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ClientId") + .HasMaxLength(100) + .HasColumnType("nvarchar(100)"); + + b.Property("ClientSecret") + .HasColumnType("nvarchar(max)"); + + b.Property("ClientUri") + .HasColumnType("nvarchar(max)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("ConsentType") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("DisplayName") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayNames") + .HasColumnType("nvarchar(max)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("LogoUri") + .HasColumnType("nvarchar(max)"); + + b.Property("Permissions") + .HasColumnType("nvarchar(max)"); + + b.Property("PostLogoutRedirectUris") + .HasColumnType("nvarchar(max)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("RedirectUris") + .HasColumnType("nvarchar(max)"); + + b.Property("Requirements") + .HasColumnType("nvarchar(max)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("ClientId"); + + b.ToTable("OpenIddictApplications", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationId") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationDate") + .HasColumnType("datetime2"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("Scopes") + .HasColumnType("nvarchar(max)"); + + b.Property("Status") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("Subject") + .HasMaxLength(400) + .HasColumnType("nvarchar(400)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("ApplicationId", "Status", "Subject", "Type"); + + b.ToTable("OpenIddictAuthorizations", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Scopes.OpenIddictScope", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("Description") + .HasColumnType("nvarchar(max)"); + + b.Property("Descriptions") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayName") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayNames") + .HasColumnType("nvarchar(max)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Name") + .HasMaxLength(200) + .HasColumnType("nvarchar(200)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("Resources") + .HasColumnType("nvarchar(max)"); + + b.HasKey("Id"); + + b.HasIndex("Name"); + + b.ToTable("OpenIddictScopes", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Tokens.OpenIddictToken", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationId") + .HasColumnType("uniqueidentifier"); + + b.Property("AuthorizationId") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationDate") + .HasColumnType("datetime2"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("ExpirationDate") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Payload") + .HasColumnType("nvarchar(max)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("RedemptionDate") + .HasColumnType("datetime2"); + + b.Property("ReferenceId") + .HasMaxLength(100) + .HasColumnType("nvarchar(100)"); + + b.Property("Status") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("Subject") + .HasMaxLength(400) + .HasColumnType("nvarchar(400)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("AuthorizationId"); + + b.HasIndex("ReferenceId"); + + b.HasIndex("ApplicationId", "Status", "Subject", "Type"); + + b.ToTable("OpenIddictTokens", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("GroupName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("IsEnabled") + .HasColumnType("bit"); + + b.Property("MultiTenancySide") + .HasColumnType("tinyint"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ParentName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("Providers") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("StateCheckers") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.HasKey("Id"); + + b.HasIndex("GroupName"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpPermissions", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionGrant", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[TenantId] IS NOT NULL"); + + b.ToTable("AbpPermissionGrants", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionGroupDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpPermissionGroups", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.SettingManagement.Setting", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(2048) + .HasColumnType("nvarchar(2048)"); + + b.HasKey("Id"); + + b.HasIndex("Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); + + b.ToTable("AbpSettings", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.Tenant", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.HasKey("Id"); + + b.HasIndex("Name"); + + b.ToTable("AbpTenants", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.TenantConnectionString", b => + { + b.Property("TenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.HasKey("TenantId", "Name"); + + b.ToTable("AbpTenantConnectionStrings", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => + { + b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) + .WithMany("Actions") + .HasForeignKey("AuditLogId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) + .WithMany("EntityChanges") + .HasForeignKey("AuditLogId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityPropertyChange", b => + { + b.HasOne("Volo.Abp.AuditLogging.EntityChange", null) + .WithMany("PropertyChanges") + .HasForeignKey("EntityChangeId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRoleClaim", b => + { + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany("Claims") + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserClaim", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Claims") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserLogin", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Logins") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserOrganizationUnit", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany() + .HasForeignKey("OrganizationUnitId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("OrganizationUnits") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserRole", b => + { + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany() + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Roles") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserToken", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Tokens") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany() + .HasForeignKey("ParentId"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnitRole", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany("Roles") + .HasForeignKey("OrganizationUnitId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany() + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", b => + { + b.HasOne("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", null) + .WithMany() + .HasForeignKey("ApplicationId"); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Tokens.OpenIddictToken", b => + { + b.HasOne("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", null) + .WithMany() + .HasForeignKey("ApplicationId"); + + b.HasOne("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", null) + .WithMany() + .HasForeignKey("AuthorizationId"); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.TenantConnectionString", b => + { + b.HasOne("Volo.Abp.TenantManagement.Tenant", null) + .WithMany("ConnectionStrings") + .HasForeignKey("TenantId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => + { + b.Navigation("Actions"); + + b.Navigation("EntityChanges"); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.Navigation("PropertyChanges"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => + { + b.Navigation("Claims"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUser", b => + { + b.Navigation("Claims"); + + b.Navigation("Logins"); + + b.Navigation("OrganizationUnits"); + + b.Navigation("Roles"); + + b.Navigation("Tokens"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.Navigation("Roles"); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.Tenant", b => + { + b.Navigation("ConnectionStrings"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231030033602_Initial.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231030033602_Initial.cs new file mode 100644 index 000000000..637b71db5 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231030033602_Initial.cs @@ -0,0 +1,1084 @@ +using System; +using Microsoft.EntityFrameworkCore.Migrations; + +#nullable disable + +namespace WinIn.FasterZ.AgGridReport.Migrations +{ + /// + public partial class Initial : Migration + { + /// + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.CreateTable( + name: "AbpAuditLogs", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + ApplicationName = table.Column(type: "nvarchar(96)", maxLength: 96, nullable: true), + UserId = table.Column(type: "uniqueidentifier", nullable: true), + UserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + TenantName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + ImpersonatorUserId = table.Column(type: "uniqueidentifier", nullable: true), + ImpersonatorUserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + ImpersonatorTenantId = table.Column(type: "uniqueidentifier", nullable: true), + ImpersonatorTenantName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + ExecutionTime = table.Column(type: "datetime2", nullable: false), + ExecutionDuration = table.Column(type: "int", nullable: false), + ClientIpAddress = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + ClientName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), + ClientId = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + CorrelationId = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + BrowserInfo = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), + HttpMethod = table.Column(type: "nvarchar(16)", maxLength: 16, nullable: true), + Url = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + Exceptions = table.Column(type: "nvarchar(max)", nullable: true), + Comments = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + HttpStatusCode = table.Column(type: "int", nullable: true), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpAuditLogs", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpBackgroundJobs", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + JobName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + JobArgs = table.Column(type: "nvarchar(max)", maxLength: 1048576, nullable: false), + TryCount = table.Column(type: "smallint", nullable: false, defaultValue: (short)0), + CreationTime = table.Column(type: "datetime2", nullable: false), + NextTryTime = table.Column(type: "datetime2", nullable: false), + LastTryTime = table.Column(type: "datetime2", nullable: true), + IsAbandoned = table.Column(type: "bit", nullable: false, defaultValue: false), + Priority = table.Column(type: "tinyint", nullable: false, defaultValue: (byte)15), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpBackgroundJobs", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpClaimTypes", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + Name = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + Required = table.Column(type: "bit", nullable: false), + IsStatic = table.Column(type: "bit", nullable: false), + Regex = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), + RegexDescription = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), + Description = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + ValueType = table.Column(type: "int", nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpClaimTypes", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpFeatureGroups", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + DisplayName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpFeatureGroups", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpFeatures", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + GroupName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + ParentName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), + DisplayName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + Description = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + DefaultValue = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + IsVisibleToClients = table.Column(type: "bit", nullable: false), + IsAvailableToHost = table.Column(type: "bit", nullable: false), + AllowedProviders = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + ValueType = table.Column(type: "nvarchar(2048)", maxLength: 2048, nullable: true), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpFeatures", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpFeatureValues", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + Value = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + ProviderName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + ProviderKey = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpFeatureValues", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpLinkUsers", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + SourceUserId = table.Column(type: "uniqueidentifier", nullable: false), + SourceTenantId = table.Column(type: "uniqueidentifier", nullable: true), + TargetUserId = table.Column(type: "uniqueidentifier", nullable: false), + TargetTenantId = table.Column(type: "uniqueidentifier", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpLinkUsers", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpOrganizationUnits", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + ParentId = table.Column(type: "uniqueidentifier", nullable: true), + Code = table.Column(type: "nvarchar(95)", maxLength: 95, nullable: false), + DisplayName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + EntityVersion = table.Column(type: "int", nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true), + LastModificationTime = table.Column(type: "datetime2", nullable: true), + LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), + IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "uniqueidentifier", nullable: true), + DeletionTime = table.Column(type: "datetime2", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpOrganizationUnits", x => x.Id); + table.ForeignKey( + name: "FK_AbpOrganizationUnits_AbpOrganizationUnits_ParentId", + column: x => x.ParentId, + principalTable: "AbpOrganizationUnits", + principalColumn: "Id"); + }); + + migrationBuilder.CreateTable( + name: "AbpPermissionGrants", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + ProviderName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), + ProviderKey = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpPermissionGrants", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpPermissionGroups", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + DisplayName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpPermissionGroups", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpPermissions", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + GroupName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + ParentName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), + DisplayName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + IsEnabled = table.Column(type: "bit", nullable: false), + MultiTenancySide = table.Column(type: "tinyint", nullable: false), + Providers = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), + StateCheckers = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpPermissions", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpRoles", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + Name = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + NormalizedName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + IsDefault = table.Column(type: "bit", nullable: false), + IsStatic = table.Column(type: "bit", nullable: false), + IsPublic = table.Column(type: "bit", nullable: false), + EntityVersion = table.Column(type: "int", nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpRoles", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpSecurityLogs", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + ApplicationName = table.Column(type: "nvarchar(96)", maxLength: 96, nullable: true), + Identity = table.Column(type: "nvarchar(96)", maxLength: 96, nullable: true), + Action = table.Column(type: "nvarchar(96)", maxLength: 96, nullable: true), + UserId = table.Column(type: "uniqueidentifier", nullable: true), + UserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + TenantName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + ClientId = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + CorrelationId = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + ClientIpAddress = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + BrowserInfo = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpSecurityLogs", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpSettings", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + Value = table.Column(type: "nvarchar(2048)", maxLength: 2048, nullable: false), + ProviderName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + ProviderKey = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpSettings", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpTenants", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + Name = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), + EntityVersion = table.Column(type: "int", nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true), + LastModificationTime = table.Column(type: "datetime2", nullable: true), + LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), + IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "uniqueidentifier", nullable: true), + DeletionTime = table.Column(type: "datetime2", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpTenants", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpUserDelegations", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + SourceUserId = table.Column(type: "uniqueidentifier", nullable: false), + TargetUserId = table.Column(type: "uniqueidentifier", nullable: false), + StartTime = table.Column(type: "datetime2", nullable: false), + EndTime = table.Column(type: "datetime2", nullable: false) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpUserDelegations", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpUsers", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + UserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + NormalizedUserName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + Name = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + Surname = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: true), + Email = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + NormalizedEmail = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + EmailConfirmed = table.Column(type: "bit", nullable: false, defaultValue: false), + PasswordHash = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + SecurityStamp = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + IsExternal = table.Column(type: "bit", nullable: false, defaultValue: false), + PhoneNumber = table.Column(type: "nvarchar(16)", maxLength: 16, nullable: true), + PhoneNumberConfirmed = table.Column(type: "bit", nullable: false, defaultValue: false), + IsActive = table.Column(type: "bit", nullable: false), + TwoFactorEnabled = table.Column(type: "bit", nullable: false, defaultValue: false), + LockoutEnd = table.Column(type: "datetimeoffset", nullable: true), + LockoutEnabled = table.Column(type: "bit", nullable: false, defaultValue: false), + AccessFailedCount = table.Column(type: "int", nullable: false, defaultValue: 0), + ShouldChangePasswordOnNextLogin = table.Column(type: "bit", nullable: false), + EntityVersion = table.Column(type: "int", nullable: false), + LastPasswordChangeTime = table.Column(type: "datetimeoffset", nullable: true), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true), + LastModificationTime = table.Column(type: "datetime2", nullable: true), + LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), + IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "uniqueidentifier", nullable: true), + DeletionTime = table.Column(type: "datetime2", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpUsers", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "OpenIddictApplications", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + ClientId = table.Column(type: "nvarchar(100)", maxLength: 100, nullable: true), + ClientSecret = table.Column(type: "nvarchar(max)", nullable: true), + ConsentType = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), + DisplayName = table.Column(type: "nvarchar(max)", nullable: true), + DisplayNames = table.Column(type: "nvarchar(max)", nullable: true), + Permissions = table.Column(type: "nvarchar(max)", nullable: true), + PostLogoutRedirectUris = table.Column(type: "nvarchar(max)", nullable: true), + Properties = table.Column(type: "nvarchar(max)", nullable: true), + RedirectUris = table.Column(type: "nvarchar(max)", nullable: true), + Requirements = table.Column(type: "nvarchar(max)", nullable: true), + Type = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), + ClientUri = table.Column(type: "nvarchar(max)", nullable: true), + LogoUri = table.Column(type: "nvarchar(max)", nullable: true), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true), + LastModificationTime = table.Column(type: "datetime2", nullable: true), + LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), + IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "uniqueidentifier", nullable: true), + DeletionTime = table.Column(type: "datetime2", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_OpenIddictApplications", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "OpenIddictScopes", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + Description = table.Column(type: "nvarchar(max)", nullable: true), + Descriptions = table.Column(type: "nvarchar(max)", nullable: true), + DisplayName = table.Column(type: "nvarchar(max)", nullable: true), + DisplayNames = table.Column(type: "nvarchar(max)", nullable: true), + Name = table.Column(type: "nvarchar(200)", maxLength: 200, nullable: true), + Properties = table.Column(type: "nvarchar(max)", nullable: true), + Resources = table.Column(type: "nvarchar(max)", nullable: true), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true), + LastModificationTime = table.Column(type: "datetime2", nullable: true), + LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), + IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "uniqueidentifier", nullable: true), + DeletionTime = table.Column(type: "datetime2", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_OpenIddictScopes", x => x.Id); + }); + + migrationBuilder.CreateTable( + name: "AbpAuditLogActions", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + AuditLogId = table.Column(type: "uniqueidentifier", nullable: false), + ServiceName = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: true), + MethodName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true), + Parameters = table.Column(type: "nvarchar(2000)", maxLength: 2000, nullable: true), + ExecutionTime = table.Column(type: "datetime2", nullable: false), + ExecutionDuration = table.Column(type: "int", nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpAuditLogActions", x => x.Id); + table.ForeignKey( + name: "FK_AbpAuditLogActions_AbpAuditLogs_AuditLogId", + column: x => x.AuditLogId, + principalTable: "AbpAuditLogs", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpEntityChanges", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + AuditLogId = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + ChangeTime = table.Column(type: "datetime2", nullable: false), + ChangeType = table.Column(type: "tinyint", nullable: false), + EntityTenantId = table.Column(type: "uniqueidentifier", nullable: true), + EntityId = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + EntityTypeFullName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpEntityChanges", x => x.Id); + table.ForeignKey( + name: "FK_AbpEntityChanges_AbpAuditLogs_AuditLogId", + column: x => x.AuditLogId, + principalTable: "AbpAuditLogs", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpOrganizationUnitRoles", + columns: table => new + { + RoleId = table.Column(type: "uniqueidentifier", nullable: false), + OrganizationUnitId = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpOrganizationUnitRoles", x => new { x.OrganizationUnitId, x.RoleId }); + table.ForeignKey( + name: "FK_AbpOrganizationUnitRoles_AbpOrganizationUnits_OrganizationUnitId", + column: x => x.OrganizationUnitId, + principalTable: "AbpOrganizationUnits", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + table.ForeignKey( + name: "FK_AbpOrganizationUnitRoles_AbpRoles_RoleId", + column: x => x.RoleId, + principalTable: "AbpRoles", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpRoleClaims", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + RoleId = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + ClaimType = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + ClaimValue = table.Column(type: "nvarchar(1024)", maxLength: 1024, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpRoleClaims", x => x.Id); + table.ForeignKey( + name: "FK_AbpRoleClaims_AbpRoles_RoleId", + column: x => x.RoleId, + principalTable: "AbpRoles", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpTenantConnectionStrings", + columns: table => new + { + TenantId = table.Column(type: "uniqueidentifier", nullable: false), + Name = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), + Value = table.Column(type: "nvarchar(1024)", maxLength: 1024, nullable: false) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpTenantConnectionStrings", x => new { x.TenantId, x.Name }); + table.ForeignKey( + name: "FK_AbpTenantConnectionStrings_AbpTenants_TenantId", + column: x => x.TenantId, + principalTable: "AbpTenants", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpUserClaims", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + UserId = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + ClaimType = table.Column(type: "nvarchar(256)", maxLength: 256, nullable: false), + ClaimValue = table.Column(type: "nvarchar(1024)", maxLength: 1024, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpUserClaims", x => x.Id); + table.ForeignKey( + name: "FK_AbpUserClaims_AbpUsers_UserId", + column: x => x.UserId, + principalTable: "AbpUsers", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpUserLogins", + columns: table => new + { + UserId = table.Column(type: "uniqueidentifier", nullable: false), + LoginProvider = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + ProviderKey = table.Column(type: "nvarchar(196)", maxLength: 196, nullable: false), + ProviderDisplayName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpUserLogins", x => new { x.UserId, x.LoginProvider }); + table.ForeignKey( + name: "FK_AbpUserLogins_AbpUsers_UserId", + column: x => x.UserId, + principalTable: "AbpUsers", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpUserOrganizationUnits", + columns: table => new + { + UserId = table.Column(type: "uniqueidentifier", nullable: false), + OrganizationUnitId = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpUserOrganizationUnits", x => new { x.OrganizationUnitId, x.UserId }); + table.ForeignKey( + name: "FK_AbpUserOrganizationUnits_AbpOrganizationUnits_OrganizationUnitId", + column: x => x.OrganizationUnitId, + principalTable: "AbpOrganizationUnits", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + table.ForeignKey( + name: "FK_AbpUserOrganizationUnits_AbpUsers_UserId", + column: x => x.UserId, + principalTable: "AbpUsers", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpUserRoles", + columns: table => new + { + UserId = table.Column(type: "uniqueidentifier", nullable: false), + RoleId = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpUserRoles", x => new { x.UserId, x.RoleId }); + table.ForeignKey( + name: "FK_AbpUserRoles_AbpRoles_RoleId", + column: x => x.RoleId, + principalTable: "AbpRoles", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + table.ForeignKey( + name: "FK_AbpUserRoles_AbpUsers_UserId", + column: x => x.UserId, + principalTable: "AbpUsers", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "AbpUserTokens", + columns: table => new + { + UserId = table.Column(type: "uniqueidentifier", nullable: false), + LoginProvider = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false), + Name = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + Value = table.Column(type: "nvarchar(max)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpUserTokens", x => new { x.UserId, x.LoginProvider, x.Name }); + table.ForeignKey( + name: "FK_AbpUserTokens_AbpUsers_UserId", + column: x => x.UserId, + principalTable: "AbpUsers", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "OpenIddictAuthorizations", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + ApplicationId = table.Column(type: "uniqueidentifier", nullable: true), + CreationDate = table.Column(type: "datetime2", nullable: true), + Properties = table.Column(type: "nvarchar(max)", nullable: true), + Scopes = table.Column(type: "nvarchar(max)", nullable: true), + Status = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), + Subject = table.Column(type: "nvarchar(400)", maxLength: 400, nullable: true), + Type = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true), + LastModificationTime = table.Column(type: "datetime2", nullable: true), + LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), + IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "uniqueidentifier", nullable: true), + DeletionTime = table.Column(type: "datetime2", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_OpenIddictAuthorizations", x => x.Id); + table.ForeignKey( + name: "FK_OpenIddictAuthorizations_OpenIddictApplications_ApplicationId", + column: x => x.ApplicationId, + principalTable: "OpenIddictApplications", + principalColumn: "Id"); + }); + + migrationBuilder.CreateTable( + name: "AbpEntityPropertyChanges", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + TenantId = table.Column(type: "uniqueidentifier", nullable: true), + EntityChangeId = table.Column(type: "uniqueidentifier", nullable: false), + NewValue = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), + OriginalValue = table.Column(type: "nvarchar(512)", maxLength: 512, nullable: true), + PropertyName = table.Column(type: "nvarchar(128)", maxLength: 128, nullable: false), + PropertyTypeFullName = table.Column(type: "nvarchar(64)", maxLength: 64, nullable: false) + }, + constraints: table => + { + table.PrimaryKey("PK_AbpEntityPropertyChanges", x => x.Id); + table.ForeignKey( + name: "FK_AbpEntityPropertyChanges_AbpEntityChanges_EntityChangeId", + column: x => x.EntityChangeId, + principalTable: "AbpEntityChanges", + principalColumn: "Id", + onDelete: ReferentialAction.Cascade); + }); + + migrationBuilder.CreateTable( + name: "OpenIddictTokens", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + ApplicationId = table.Column(type: "uniqueidentifier", nullable: true), + AuthorizationId = table.Column(type: "uniqueidentifier", nullable: true), + CreationDate = table.Column(type: "datetime2", nullable: true), + ExpirationDate = table.Column(type: "datetime2", nullable: true), + Payload = table.Column(type: "nvarchar(max)", nullable: true), + Properties = table.Column(type: "nvarchar(max)", nullable: true), + RedemptionDate = table.Column(type: "datetime2", nullable: true), + ReferenceId = table.Column(type: "nvarchar(100)", maxLength: 100, nullable: true), + Status = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), + Subject = table.Column(type: "nvarchar(400)", maxLength: 400, nullable: true), + Type = table.Column(type: "nvarchar(50)", maxLength: 50, nullable: true), + ExtraProperties = table.Column(type: "nvarchar(max)", nullable: true), + ConcurrencyStamp = table.Column(type: "nvarchar(40)", maxLength: 40, nullable: true), + CreationTime = table.Column(type: "datetime2", nullable: false), + CreatorId = table.Column(type: "uniqueidentifier", nullable: true), + LastModificationTime = table.Column(type: "datetime2", nullable: true), + LastModifierId = table.Column(type: "uniqueidentifier", nullable: true), + IsDeleted = table.Column(type: "bit", nullable: false, defaultValue: false), + DeleterId = table.Column(type: "uniqueidentifier", nullable: true), + DeletionTime = table.Column(type: "datetime2", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_OpenIddictTokens", x => x.Id); + table.ForeignKey( + name: "FK_OpenIddictTokens_OpenIddictApplications_ApplicationId", + column: x => x.ApplicationId, + principalTable: "OpenIddictApplications", + principalColumn: "Id"); + table.ForeignKey( + name: "FK_OpenIddictTokens_OpenIddictAuthorizations_AuthorizationId", + column: x => x.AuthorizationId, + principalTable: "OpenIddictAuthorizations", + principalColumn: "Id"); + }); + + migrationBuilder.CreateIndex( + name: "IX_AbpAuditLogActions_AuditLogId", + table: "AbpAuditLogActions", + column: "AuditLogId"); + + migrationBuilder.CreateIndex( + name: "IX_AbpAuditLogActions_TenantId_ServiceName_MethodName_ExecutionTime", + table: "AbpAuditLogActions", + columns: new[] { "TenantId", "ServiceName", "MethodName", "ExecutionTime" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpAuditLogs_TenantId_ExecutionTime", + table: "AbpAuditLogs", + columns: new[] { "TenantId", "ExecutionTime" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpAuditLogs_TenantId_UserId_ExecutionTime", + table: "AbpAuditLogs", + columns: new[] { "TenantId", "UserId", "ExecutionTime" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpBackgroundJobs_IsAbandoned_NextTryTime", + table: "AbpBackgroundJobs", + columns: new[] { "IsAbandoned", "NextTryTime" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpEntityChanges_AuditLogId", + table: "AbpEntityChanges", + column: "AuditLogId"); + + migrationBuilder.CreateIndex( + name: "IX_AbpEntityChanges_TenantId_EntityTypeFullName_EntityId", + table: "AbpEntityChanges", + columns: new[] { "TenantId", "EntityTypeFullName", "EntityId" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpEntityPropertyChanges_EntityChangeId", + table: "AbpEntityPropertyChanges", + column: "EntityChangeId"); + + migrationBuilder.CreateIndex( + name: "IX_AbpFeatureGroups_Name", + table: "AbpFeatureGroups", + column: "Name", + unique: true); + + migrationBuilder.CreateIndex( + name: "IX_AbpFeatures_GroupName", + table: "AbpFeatures", + column: "GroupName"); + + migrationBuilder.CreateIndex( + name: "IX_AbpFeatures_Name", + table: "AbpFeatures", + column: "Name", + unique: true); + + migrationBuilder.CreateIndex( + name: "IX_AbpFeatureValues_Name_ProviderName_ProviderKey", + table: "AbpFeatureValues", + columns: new[] { "Name", "ProviderName", "ProviderKey" }, + unique: true, + filter: "[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); + + migrationBuilder.CreateIndex( + name: "IX_AbpLinkUsers_SourceUserId_SourceTenantId_TargetUserId_TargetTenantId", + table: "AbpLinkUsers", + columns: new[] { "SourceUserId", "SourceTenantId", "TargetUserId", "TargetTenantId" }, + unique: true, + filter: "[SourceTenantId] IS NOT NULL AND [TargetTenantId] IS NOT NULL"); + + migrationBuilder.CreateIndex( + name: "IX_AbpOrganizationUnitRoles_RoleId_OrganizationUnitId", + table: "AbpOrganizationUnitRoles", + columns: new[] { "RoleId", "OrganizationUnitId" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpOrganizationUnits_Code", + table: "AbpOrganizationUnits", + column: "Code"); + + migrationBuilder.CreateIndex( + name: "IX_AbpOrganizationUnits_ParentId", + table: "AbpOrganizationUnits", + column: "ParentId"); + + migrationBuilder.CreateIndex( + name: "IX_AbpPermissionGrants_TenantId_Name_ProviderName_ProviderKey", + table: "AbpPermissionGrants", + columns: new[] { "TenantId", "Name", "ProviderName", "ProviderKey" }, + unique: true, + filter: "[TenantId] IS NOT NULL"); + + migrationBuilder.CreateIndex( + name: "IX_AbpPermissionGroups_Name", + table: "AbpPermissionGroups", + column: "Name", + unique: true); + + migrationBuilder.CreateIndex( + name: "IX_AbpPermissions_GroupName", + table: "AbpPermissions", + column: "GroupName"); + + migrationBuilder.CreateIndex( + name: "IX_AbpPermissions_Name", + table: "AbpPermissions", + column: "Name", + unique: true); + + migrationBuilder.CreateIndex( + name: "IX_AbpRoleClaims_RoleId", + table: "AbpRoleClaims", + column: "RoleId"); + + migrationBuilder.CreateIndex( + name: "IX_AbpRoles_NormalizedName", + table: "AbpRoles", + column: "NormalizedName"); + + migrationBuilder.CreateIndex( + name: "IX_AbpSecurityLogs_TenantId_Action", + table: "AbpSecurityLogs", + columns: new[] { "TenantId", "Action" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpSecurityLogs_TenantId_ApplicationName", + table: "AbpSecurityLogs", + columns: new[] { "TenantId", "ApplicationName" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpSecurityLogs_TenantId_Identity", + table: "AbpSecurityLogs", + columns: new[] { "TenantId", "Identity" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpSecurityLogs_TenantId_UserId", + table: "AbpSecurityLogs", + columns: new[] { "TenantId", "UserId" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpSettings_Name_ProviderName_ProviderKey", + table: "AbpSettings", + columns: new[] { "Name", "ProviderName", "ProviderKey" }, + unique: true, + filter: "[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); + + migrationBuilder.CreateIndex( + name: "IX_AbpTenants_Name", + table: "AbpTenants", + column: "Name"); + + migrationBuilder.CreateIndex( + name: "IX_AbpUserClaims_UserId", + table: "AbpUserClaims", + column: "UserId"); + + migrationBuilder.CreateIndex( + name: "IX_AbpUserLogins_LoginProvider_ProviderKey", + table: "AbpUserLogins", + columns: new[] { "LoginProvider", "ProviderKey" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpUserOrganizationUnits_UserId_OrganizationUnitId", + table: "AbpUserOrganizationUnits", + columns: new[] { "UserId", "OrganizationUnitId" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpUserRoles_RoleId_UserId", + table: "AbpUserRoles", + columns: new[] { "RoleId", "UserId" }); + + migrationBuilder.CreateIndex( + name: "IX_AbpUsers_Email", + table: "AbpUsers", + column: "Email"); + + migrationBuilder.CreateIndex( + name: "IX_AbpUsers_NormalizedEmail", + table: "AbpUsers", + column: "NormalizedEmail"); + + migrationBuilder.CreateIndex( + name: "IX_AbpUsers_NormalizedUserName", + table: "AbpUsers", + column: "NormalizedUserName"); + + migrationBuilder.CreateIndex( + name: "IX_AbpUsers_UserName", + table: "AbpUsers", + column: "UserName"); + + migrationBuilder.CreateIndex( + name: "IX_OpenIddictApplications_ClientId", + table: "OpenIddictApplications", + column: "ClientId"); + + migrationBuilder.CreateIndex( + name: "IX_OpenIddictAuthorizations_ApplicationId_Status_Subject_Type", + table: "OpenIddictAuthorizations", + columns: new[] { "ApplicationId", "Status", "Subject", "Type" }); + + migrationBuilder.CreateIndex( + name: "IX_OpenIddictScopes_Name", + table: "OpenIddictScopes", + column: "Name"); + + migrationBuilder.CreateIndex( + name: "IX_OpenIddictTokens_ApplicationId_Status_Subject_Type", + table: "OpenIddictTokens", + columns: new[] { "ApplicationId", "Status", "Subject", "Type" }); + + migrationBuilder.CreateIndex( + name: "IX_OpenIddictTokens_AuthorizationId", + table: "OpenIddictTokens", + column: "AuthorizationId"); + + migrationBuilder.CreateIndex( + name: "IX_OpenIddictTokens_ReferenceId", + table: "OpenIddictTokens", + column: "ReferenceId"); + } + + /// + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.DropTable( + name: "AbpAuditLogActions"); + + migrationBuilder.DropTable( + name: "AbpBackgroundJobs"); + + migrationBuilder.DropTable( + name: "AbpClaimTypes"); + + migrationBuilder.DropTable( + name: "AbpEntityPropertyChanges"); + + migrationBuilder.DropTable( + name: "AbpFeatureGroups"); + + migrationBuilder.DropTable( + name: "AbpFeatures"); + + migrationBuilder.DropTable( + name: "AbpFeatureValues"); + + migrationBuilder.DropTable( + name: "AbpLinkUsers"); + + migrationBuilder.DropTable( + name: "AbpOrganizationUnitRoles"); + + migrationBuilder.DropTable( + name: "AbpPermissionGrants"); + + migrationBuilder.DropTable( + name: "AbpPermissionGroups"); + + migrationBuilder.DropTable( + name: "AbpPermissions"); + + migrationBuilder.DropTable( + name: "AbpRoleClaims"); + + migrationBuilder.DropTable( + name: "AbpSecurityLogs"); + + migrationBuilder.DropTable( + name: "AbpSettings"); + + migrationBuilder.DropTable( + name: "AbpTenantConnectionStrings"); + + migrationBuilder.DropTable( + name: "AbpUserClaims"); + + migrationBuilder.DropTable( + name: "AbpUserDelegations"); + + migrationBuilder.DropTable( + name: "AbpUserLogins"); + + migrationBuilder.DropTable( + name: "AbpUserOrganizationUnits"); + + migrationBuilder.DropTable( + name: "AbpUserRoles"); + + migrationBuilder.DropTable( + name: "AbpUserTokens"); + + migrationBuilder.DropTable( + name: "OpenIddictScopes"); + + migrationBuilder.DropTable( + name: "OpenIddictTokens"); + + migrationBuilder.DropTable( + name: "AbpEntityChanges"); + + migrationBuilder.DropTable( + name: "AbpTenants"); + + migrationBuilder.DropTable( + name: "AbpOrganizationUnits"); + + migrationBuilder.DropTable( + name: "AbpRoles"); + + migrationBuilder.DropTable( + name: "AbpUsers"); + + migrationBuilder.DropTable( + name: "OpenIddictAuthorizations"); + + migrationBuilder.DropTable( + name: "AbpAuditLogs"); + + migrationBuilder.DropTable( + name: "OpenIddictApplications"); + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231031005700_Added_MapperProc.Designer.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231031005700_Added_MapperProc.Designer.cs new file mode 100644 index 000000000..3a8bc280a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231031005700_Added_MapperProc.Designer.cs @@ -0,0 +1,1895 @@ +// +using System; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Metadata; +using Microsoft.EntityFrameworkCore.Migrations; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Volo.Abp.EntityFrameworkCore; +using WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +#nullable disable + +namespace WinIn.FasterZ.AgGridReport.Migrations +{ + [DbContext(typeof(AgGridReportDbContext))] + [Migration("20231031005700_Added_MapperProc")] + partial class AddedMapperProc + { + /// + protected override void BuildTargetModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) + .HasAnnotation("ProductVersion", "7.0.1") + .HasAnnotation("Relational:MaxIdentifierLength", 128); + + SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationName") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)") + .HasColumnName("ApplicationName"); + + b.Property("BrowserInfo") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("BrowserInfo"); + + b.Property("ClientId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ClientId"); + + b.Property("ClientIpAddress") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ClientIpAddress"); + + b.Property("ClientName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("ClientName"); + + b.Property("Comments") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Comments"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CorrelationId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("CorrelationId"); + + b.Property("Exceptions") + .HasColumnType("nvarchar(max)"); + + b.Property("ExecutionDuration") + .HasColumnType("int") + .HasColumnName("ExecutionDuration"); + + b.Property("ExecutionTime") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("HttpMethod") + .HasMaxLength(16) + .HasColumnType("nvarchar(16)") + .HasColumnName("HttpMethod"); + + b.Property("HttpStatusCode") + .HasColumnType("int") + .HasColumnName("HttpStatusCode"); + + b.Property("ImpersonatorTenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("ImpersonatorTenantId"); + + b.Property("ImpersonatorTenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ImpersonatorTenantName"); + + b.Property("ImpersonatorUserId") + .HasColumnType("uniqueidentifier") + .HasColumnName("ImpersonatorUserId"); + + b.Property("ImpersonatorUserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("ImpersonatorUserName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("TenantName"); + + b.Property("Url") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Url"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier") + .HasColumnName("UserId"); + + b.Property("UserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("UserName"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "ExecutionTime"); + + b.HasIndex("TenantId", "UserId", "ExecutionTime"); + + b.ToTable("AbpAuditLogs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AuditLogId") + .HasColumnType("uniqueidentifier") + .HasColumnName("AuditLogId"); + + b.Property("ExecutionDuration") + .HasColumnType("int") + .HasColumnName("ExecutionDuration"); + + b.Property("ExecutionTime") + .HasColumnType("datetime2") + .HasColumnName("ExecutionTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("MethodName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("MethodName"); + + b.Property("Parameters") + .HasMaxLength(2000) + .HasColumnType("nvarchar(2000)") + .HasColumnName("Parameters"); + + b.Property("ServiceName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("ServiceName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("AuditLogId"); + + b.HasIndex("TenantId", "ServiceName", "MethodName", "ExecutionTime"); + + b.ToTable("AbpAuditLogActions", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AuditLogId") + .HasColumnType("uniqueidentifier") + .HasColumnName("AuditLogId"); + + b.Property("ChangeTime") + .HasColumnType("datetime2") + .HasColumnName("ChangeTime"); + + b.Property("ChangeType") + .HasColumnType("tinyint") + .HasColumnName("ChangeType"); + + b.Property("EntityId") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("EntityId"); + + b.Property("EntityTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("EntityTypeFullName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("EntityTypeFullName"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("AuditLogId"); + + b.HasIndex("TenantId", "EntityTypeFullName", "EntityId"); + + b.ToTable("AbpEntityChanges", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityPropertyChange", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("EntityChangeId") + .HasColumnType("uniqueidentifier"); + + b.Property("NewValue") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("NewValue"); + + b.Property("OriginalValue") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("OriginalValue"); + + b.Property("PropertyName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("PropertyName"); + + b.Property("PropertyTypeFullName") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("PropertyTypeFullName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("EntityChangeId"); + + b.ToTable("AbpEntityPropertyChanges", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.BackgroundJobs.BackgroundJobRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsAbandoned") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false); + + b.Property("JobArgs") + .IsRequired() + .HasMaxLength(1048576) + .HasColumnType("nvarchar(max)"); + + b.Property("JobName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("LastTryTime") + .HasColumnType("datetime2"); + + b.Property("NextTryTime") + .HasColumnType("datetime2"); + + b.Property("Priority") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint") + .HasDefaultValue((byte)15); + + b.Property("TryCount") + .ValueGeneratedOnAdd() + .HasColumnType("smallint") + .HasDefaultValue((short)0); + + b.HasKey("Id"); + + b.HasIndex("IsAbandoned", "NextTryTime"); + + b.ToTable("AbpBackgroundJobs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AllowedProviders") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("DefaultValue") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("Description") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("GroupName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("IsAvailableToHost") + .HasColumnType("bit"); + + b.Property("IsVisibleToClients") + .HasColumnType("bit"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ParentName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ValueType") + .HasMaxLength(2048) + .HasColumnType("nvarchar(2048)"); + + b.HasKey("Id"); + + b.HasIndex("GroupName"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpFeatures", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureGroupDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpFeatureGroups", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureValue", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); + + b.ToTable("AbpFeatureValues", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityClaimType", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("Description") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsStatic") + .HasColumnType("bit"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("Regex") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)"); + + b.Property("RegexDescription") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("Required") + .HasColumnType("bit"); + + b.Property("ValueType") + .HasColumnType("int"); + + b.HasKey("Id"); + + b.ToTable("AbpClaimTypes", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityLinkUser", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("SourceTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("SourceUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("TargetTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("TargetUserId") + .HasColumnType("uniqueidentifier"); + + b.HasKey("Id"); + + b.HasIndex("SourceUserId", "SourceTenantId", "TargetUserId", "TargetTenantId") + .IsUnique() + .HasFilter("[SourceTenantId] IS NOT NULL AND [TargetTenantId] IS NOT NULL"); + + b.ToTable("AbpLinkUsers", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDefault") + .HasColumnType("bit") + .HasColumnName("IsDefault"); + + b.Property("IsPublic") + .HasColumnType("bit") + .HasColumnName("IsPublic"); + + b.Property("IsStatic") + .HasColumnType("bit") + .HasColumnName("IsStatic"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("NormalizedName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("NormalizedName"); + + b.ToTable("AbpRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRoleClaim", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ClaimType") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ClaimValue") + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("RoleId"); + + b.ToTable("AbpRoleClaims", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentitySecurityLog", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("Action") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("ApplicationName") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("BrowserInfo") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)"); + + b.Property("ClientId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ClientIpAddress") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CorrelationId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("CreationTime") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Identity") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("UserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "Action"); + + b.HasIndex("TenantId", "ApplicationName"); + + b.HasIndex("TenantId", "Identity"); + + b.HasIndex("TenantId", "UserId"); + + b.ToTable("AbpSecurityLogs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUser", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("AccessFailedCount") + .ValueGeneratedOnAdd() + .HasColumnType("int") + .HasDefaultValue(0) + .HasColumnName("AccessFailedCount"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("Email") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Email"); + + b.Property("EmailConfirmed") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("EmailConfirmed"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsActive") + .HasColumnType("bit") + .HasColumnName("IsActive"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("IsExternal") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsExternal"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("LastPasswordChangeTime") + .HasColumnType("datetimeoffset"); + + b.Property("LockoutEnabled") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("LockoutEnabled"); + + b.Property("LockoutEnd") + .HasColumnType("datetimeoffset"); + + b.Property("Name") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("Name"); + + b.Property("NormalizedEmail") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("NormalizedEmail"); + + b.Property("NormalizedUserName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("NormalizedUserName"); + + b.Property("PasswordHash") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("PasswordHash"); + + b.Property("PhoneNumber") + .HasMaxLength(16) + .HasColumnType("nvarchar(16)") + .HasColumnName("PhoneNumber"); + + b.Property("PhoneNumberConfirmed") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("PhoneNumberConfirmed"); + + b.Property("SecurityStamp") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("SecurityStamp"); + + b.Property("ShouldChangePasswordOnNextLogin") + .HasColumnType("bit"); + + b.Property("Surname") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("Surname"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TwoFactorEnabled") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("TwoFactorEnabled"); + + b.Property("UserName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("UserName"); + + b.HasKey("Id"); + + b.HasIndex("Email"); + + b.HasIndex("NormalizedEmail"); + + b.HasIndex("NormalizedUserName"); + + b.HasIndex("UserName"); + + b.ToTable("AbpUsers", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserClaim", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ClaimType") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ClaimValue") + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.HasKey("Id"); + + b.HasIndex("UserId"); + + b.ToTable("AbpUserClaims", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserDelegation", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("EndTime") + .HasColumnType("datetime2"); + + b.Property("SourceUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("StartTime") + .HasColumnType("datetime2"); + + b.Property("TargetUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.ToTable("AbpUserDelegations", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserLogin", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("LoginProvider") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderDisplayName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .IsRequired() + .HasMaxLength(196) + .HasColumnType("nvarchar(196)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("UserId", "LoginProvider"); + + b.HasIndex("LoginProvider", "ProviderKey"); + + b.ToTable("AbpUserLogins", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserOrganizationUnit", b => + { + b.Property("OrganizationUnitId") + .HasColumnType("uniqueidentifier"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("OrganizationUnitId", "UserId"); + + b.HasIndex("UserId", "OrganizationUnitId"); + + b.ToTable("AbpUserOrganizationUnits", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserRole", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("UserId", "RoleId"); + + b.HasIndex("RoleId", "UserId"); + + b.ToTable("AbpUserRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserToken", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("LoginProvider") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Name") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("Value") + .HasColumnType("nvarchar(max)"); + + b.HasKey("UserId", "LoginProvider", "Name"); + + b.ToTable("AbpUserTokens", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("Code") + .IsRequired() + .HasMaxLength(95) + .HasColumnType("nvarchar(95)") + .HasColumnName("Code"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("DisplayName"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("ParentId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("Code"); + + b.HasIndex("ParentId"); + + b.ToTable("AbpOrganizationUnits", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnitRole", b => + { + b.Property("OrganizationUnitId") + .HasColumnType("uniqueidentifier"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("OrganizationUnitId", "RoleId"); + + b.HasIndex("RoleId", "OrganizationUnitId"); + + b.ToTable("AbpOrganizationUnitRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ClientId") + .HasMaxLength(100) + .HasColumnType("nvarchar(100)"); + + b.Property("ClientSecret") + .HasColumnType("nvarchar(max)"); + + b.Property("ClientUri") + .HasColumnType("nvarchar(max)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("ConsentType") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("DisplayName") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayNames") + .HasColumnType("nvarchar(max)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("LogoUri") + .HasColumnType("nvarchar(max)"); + + b.Property("Permissions") + .HasColumnType("nvarchar(max)"); + + b.Property("PostLogoutRedirectUris") + .HasColumnType("nvarchar(max)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("RedirectUris") + .HasColumnType("nvarchar(max)"); + + b.Property("Requirements") + .HasColumnType("nvarchar(max)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("ClientId"); + + b.ToTable("OpenIddictApplications", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationId") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationDate") + .HasColumnType("datetime2"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("Scopes") + .HasColumnType("nvarchar(max)"); + + b.Property("Status") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("Subject") + .HasMaxLength(400) + .HasColumnType("nvarchar(400)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("ApplicationId", "Status", "Subject", "Type"); + + b.ToTable("OpenIddictAuthorizations", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Scopes.OpenIddictScope", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("Description") + .HasColumnType("nvarchar(max)"); + + b.Property("Descriptions") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayName") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayNames") + .HasColumnType("nvarchar(max)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Name") + .HasMaxLength(200) + .HasColumnType("nvarchar(200)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("Resources") + .HasColumnType("nvarchar(max)"); + + b.HasKey("Id"); + + b.HasIndex("Name"); + + b.ToTable("OpenIddictScopes", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Tokens.OpenIddictToken", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationId") + .HasColumnType("uniqueidentifier"); + + b.Property("AuthorizationId") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationDate") + .HasColumnType("datetime2"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("ExpirationDate") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Payload") + .HasColumnType("nvarchar(max)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("RedemptionDate") + .HasColumnType("datetime2"); + + b.Property("ReferenceId") + .HasMaxLength(100) + .HasColumnType("nvarchar(100)"); + + b.Property("Status") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("Subject") + .HasMaxLength(400) + .HasColumnType("nvarchar(400)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("AuthorizationId"); + + b.HasIndex("ReferenceId"); + + b.HasIndex("ApplicationId", "Status", "Subject", "Type"); + + b.ToTable("OpenIddictTokens", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("GroupName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("IsEnabled") + .HasColumnType("bit"); + + b.Property("MultiTenancySide") + .HasColumnType("tinyint"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ParentName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("Providers") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("StateCheckers") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.HasKey("Id"); + + b.HasIndex("GroupName"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpPermissions", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionGrant", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[TenantId] IS NOT NULL"); + + b.ToTable("AbpPermissionGrants", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionGroupDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpPermissionGroups", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.SettingManagement.Setting", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(2048) + .HasColumnType("nvarchar(2048)"); + + b.HasKey("Id"); + + b.HasIndex("Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); + + b.ToTable("AbpSettings", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.Tenant", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.HasKey("Id"); + + b.HasIndex("Name"); + + b.ToTable("AbpTenants", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.TenantConnectionString", b => + { + b.Property("TenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.HasKey("TenantId", "Name"); + + b.ToTable("AbpTenantConnectionStrings", (string)null); + }); + + modelBuilder.Entity("WinIn.FasterZ.AgGridReport.MapperProc", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ProcName") + .IsRequired() + .HasColumnType("nvarchar(max)"); + + b.Property("ProcParameters") + .IsRequired() + .HasColumnType("nvarchar(max)"); + + b.Property("Remark") + .IsRequired() + .HasColumnType("nvarchar(max)"); + + b.HasKey("Id"); + + b.ToTable("AppMapperProcs", null, t => + { + t.HasComment(""); + }); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => + { + b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) + .WithMany("Actions") + .HasForeignKey("AuditLogId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) + .WithMany("EntityChanges") + .HasForeignKey("AuditLogId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityPropertyChange", b => + { + b.HasOne("Volo.Abp.AuditLogging.EntityChange", null) + .WithMany("PropertyChanges") + .HasForeignKey("EntityChangeId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRoleClaim", b => + { + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany("Claims") + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserClaim", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Claims") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserLogin", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Logins") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserOrganizationUnit", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany() + .HasForeignKey("OrganizationUnitId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("OrganizationUnits") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserRole", b => + { + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany() + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Roles") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserToken", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Tokens") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany() + .HasForeignKey("ParentId"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnitRole", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany("Roles") + .HasForeignKey("OrganizationUnitId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany() + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", b => + { + b.HasOne("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", null) + .WithMany() + .HasForeignKey("ApplicationId"); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Tokens.OpenIddictToken", b => + { + b.HasOne("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", null) + .WithMany() + .HasForeignKey("ApplicationId"); + + b.HasOne("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", null) + .WithMany() + .HasForeignKey("AuthorizationId"); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.TenantConnectionString", b => + { + b.HasOne("Volo.Abp.TenantManagement.Tenant", null) + .WithMany("ConnectionStrings") + .HasForeignKey("TenantId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => + { + b.Navigation("Actions"); + + b.Navigation("EntityChanges"); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.Navigation("PropertyChanges"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => + { + b.Navigation("Claims"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUser", b => + { + b.Navigation("Claims"); + + b.Navigation("Logins"); + + b.Navigation("OrganizationUnits"); + + b.Navigation("Roles"); + + b.Navigation("Tokens"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.Navigation("Roles"); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.Tenant", b => + { + b.Navigation("ConnectionStrings"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231031005700_Added_MapperProc.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231031005700_Added_MapperProc.cs new file mode 100644 index 000000000..5e6f991ce --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/20231031005700_Added_MapperProc.cs @@ -0,0 +1,37 @@ +using System; +using Microsoft.EntityFrameworkCore.Migrations; + +#nullable disable + +namespace WinIn.FasterZ.AgGridReport.Migrations +{ + /// + public partial class AddedMapperProc : Migration + { + /// + protected override void Up(MigrationBuilder migrationBuilder) + { + migrationBuilder.CreateTable( + name: "AppMapperProcs", + columns: table => new + { + Id = table.Column(type: "uniqueidentifier", nullable: false), + ProcName = table.Column(type: "nvarchar(max)", nullable: false), + ProcParameters = table.Column(type: "nvarchar(max)", nullable: true), + Remark = table.Column(type: "nvarchar(max)", nullable: true) + }, + constraints: table => + { + table.PrimaryKey("PK_AppMapperProcs", x => x.Id); + }, + comment: ""); + } + + /// + protected override void Down(MigrationBuilder migrationBuilder) + { + migrationBuilder.DropTable( + name: "AppMapperProcs"); + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/AgGridReportDbContextModelSnapshot.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/AgGridReportDbContextModelSnapshot.cs new file mode 100644 index 000000000..4e04dd54c --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Migrations/AgGridReportDbContextModelSnapshot.cs @@ -0,0 +1,1892 @@ +// +using System; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Metadata; +using Microsoft.EntityFrameworkCore.Storage.ValueConversion; +using Volo.Abp.EntityFrameworkCore; +using WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +#nullable disable + +namespace WinIn.FasterZ.AgGridReport.Migrations +{ + [DbContext(typeof(AgGridReportDbContext))] + partial class AgGridReportDbContextModelSnapshot : ModelSnapshot + { + protected override void BuildModel(ModelBuilder modelBuilder) + { +#pragma warning disable 612, 618 + modelBuilder + .HasAnnotation("_Abp_DatabaseProvider", EfCoreDatabaseProvider.SqlServer) + .HasAnnotation("ProductVersion", "7.0.1") + .HasAnnotation("Relational:MaxIdentifierLength", 128); + + SqlServerModelBuilderExtensions.UseIdentityColumns(modelBuilder); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationName") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)") + .HasColumnName("ApplicationName"); + + b.Property("BrowserInfo") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("BrowserInfo"); + + b.Property("ClientId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ClientId"); + + b.Property("ClientIpAddress") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ClientIpAddress"); + + b.Property("ClientName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("ClientName"); + + b.Property("Comments") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Comments"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CorrelationId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("CorrelationId"); + + b.Property("Exceptions") + .HasColumnType("nvarchar(max)"); + + b.Property("ExecutionDuration") + .HasColumnType("int") + .HasColumnName("ExecutionDuration"); + + b.Property("ExecutionTime") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("HttpMethod") + .HasMaxLength(16) + .HasColumnType("nvarchar(16)") + .HasColumnName("HttpMethod"); + + b.Property("HttpStatusCode") + .HasColumnType("int") + .HasColumnName("HttpStatusCode"); + + b.Property("ImpersonatorTenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("ImpersonatorTenantId"); + + b.Property("ImpersonatorTenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("ImpersonatorTenantName"); + + b.Property("ImpersonatorUserId") + .HasColumnType("uniqueidentifier") + .HasColumnName("ImpersonatorUserId"); + + b.Property("ImpersonatorUserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("ImpersonatorUserName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("TenantName"); + + b.Property("Url") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Url"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier") + .HasColumnName("UserId"); + + b.Property("UserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("UserName"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "ExecutionTime"); + + b.HasIndex("TenantId", "UserId", "ExecutionTime"); + + b.ToTable("AbpAuditLogs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AuditLogId") + .HasColumnType("uniqueidentifier") + .HasColumnName("AuditLogId"); + + b.Property("ExecutionDuration") + .HasColumnType("int") + .HasColumnName("ExecutionDuration"); + + b.Property("ExecutionTime") + .HasColumnType("datetime2") + .HasColumnName("ExecutionTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("MethodName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("MethodName"); + + b.Property("Parameters") + .HasMaxLength(2000) + .HasColumnType("nvarchar(2000)") + .HasColumnName("Parameters"); + + b.Property("ServiceName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("ServiceName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("AuditLogId"); + + b.HasIndex("TenantId", "ServiceName", "MethodName", "ExecutionTime"); + + b.ToTable("AbpAuditLogActions", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AuditLogId") + .HasColumnType("uniqueidentifier") + .HasColumnName("AuditLogId"); + + b.Property("ChangeTime") + .HasColumnType("datetime2") + .HasColumnName("ChangeTime"); + + b.Property("ChangeType") + .HasColumnType("tinyint") + .HasColumnName("ChangeType"); + + b.Property("EntityId") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("EntityId"); + + b.Property("EntityTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("EntityTypeFullName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("EntityTypeFullName"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("AuditLogId"); + + b.HasIndex("TenantId", "EntityTypeFullName", "EntityId"); + + b.ToTable("AbpEntityChanges", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityPropertyChange", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("EntityChangeId") + .HasColumnType("uniqueidentifier"); + + b.Property("NewValue") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("NewValue"); + + b.Property("OriginalValue") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)") + .HasColumnName("OriginalValue"); + + b.Property("PropertyName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("PropertyName"); + + b.Property("PropertyTypeFullName") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("PropertyTypeFullName"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("EntityChangeId"); + + b.ToTable("AbpEntityPropertyChanges", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.BackgroundJobs.BackgroundJobRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsAbandoned") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false); + + b.Property("JobArgs") + .IsRequired() + .HasMaxLength(1048576) + .HasColumnType("nvarchar(max)"); + + b.Property("JobName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("LastTryTime") + .HasColumnType("datetime2"); + + b.Property("NextTryTime") + .HasColumnType("datetime2"); + + b.Property("Priority") + .ValueGeneratedOnAdd() + .HasColumnType("tinyint") + .HasDefaultValue((byte)15); + + b.Property("TryCount") + .ValueGeneratedOnAdd() + .HasColumnType("smallint") + .HasDefaultValue((short)0); + + b.HasKey("Id"); + + b.HasIndex("IsAbandoned", "NextTryTime"); + + b.ToTable("AbpBackgroundJobs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("AllowedProviders") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("DefaultValue") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("Description") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("GroupName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("IsAvailableToHost") + .HasColumnType("bit"); + + b.Property("IsVisibleToClients") + .HasColumnType("bit"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ParentName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ValueType") + .HasMaxLength(2048) + .HasColumnType("nvarchar(2048)"); + + b.HasKey("Id"); + + b.HasIndex("GroupName"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpFeatures", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureGroupDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpFeatureGroups", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.FeatureManagement.FeatureValue", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); + + b.ToTable("AbpFeatureValues", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityClaimType", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("Description") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsStatic") + .HasColumnType("bit"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("Regex") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)"); + + b.Property("RegexDescription") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("Required") + .HasColumnType("bit"); + + b.Property("ValueType") + .HasColumnType("int"); + + b.HasKey("Id"); + + b.ToTable("AbpClaimTypes", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityLinkUser", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("SourceTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("SourceUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("TargetTenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("TargetUserId") + .HasColumnType("uniqueidentifier"); + + b.HasKey("Id"); + + b.HasIndex("SourceUserId", "SourceTenantId", "TargetUserId", "TargetTenantId") + .IsUnique() + .HasFilter("[SourceTenantId] IS NOT NULL AND [TargetTenantId] IS NOT NULL"); + + b.ToTable("AbpLinkUsers", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDefault") + .HasColumnType("bit") + .HasColumnName("IsDefault"); + + b.Property("IsPublic") + .HasColumnType("bit") + .HasColumnName("IsPublic"); + + b.Property("IsStatic") + .HasColumnType("bit") + .HasColumnName("IsStatic"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("NormalizedName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("NormalizedName"); + + b.ToTable("AbpRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRoleClaim", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ClaimType") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ClaimValue") + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("RoleId"); + + b.ToTable("AbpRoleClaims", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentitySecurityLog", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("Action") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("ApplicationName") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("BrowserInfo") + .HasMaxLength(512) + .HasColumnType("nvarchar(512)"); + + b.Property("ClientId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ClientIpAddress") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CorrelationId") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("CreationTime") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Identity") + .HasMaxLength(96) + .HasColumnType("nvarchar(96)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TenantName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("UserName") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "Action"); + + b.HasIndex("TenantId", "ApplicationName"); + + b.HasIndex("TenantId", "Identity"); + + b.HasIndex("TenantId", "UserId"); + + b.ToTable("AbpSecurityLogs", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUser", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("AccessFailedCount") + .ValueGeneratedOnAdd() + .HasColumnType("int") + .HasDefaultValue(0) + .HasColumnName("AccessFailedCount"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("Email") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("Email"); + + b.Property("EmailConfirmed") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("EmailConfirmed"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsActive") + .HasColumnType("bit") + .HasColumnName("IsActive"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("IsExternal") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsExternal"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("LastPasswordChangeTime") + .HasColumnType("datetimeoffset"); + + b.Property("LockoutEnabled") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("LockoutEnabled"); + + b.Property("LockoutEnd") + .HasColumnType("datetimeoffset"); + + b.Property("Name") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("Name"); + + b.Property("NormalizedEmail") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("NormalizedEmail"); + + b.Property("NormalizedUserName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("NormalizedUserName"); + + b.Property("PasswordHash") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("PasswordHash"); + + b.Property("PhoneNumber") + .HasMaxLength(16) + .HasColumnType("nvarchar(16)") + .HasColumnName("PhoneNumber"); + + b.Property("PhoneNumberConfirmed") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("PhoneNumberConfirmed"); + + b.Property("SecurityStamp") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("SecurityStamp"); + + b.Property("ShouldChangePasswordOnNextLogin") + .HasColumnType("bit"); + + b.Property("Surname") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)") + .HasColumnName("Surname"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("TwoFactorEnabled") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("TwoFactorEnabled"); + + b.Property("UserName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)") + .HasColumnName("UserName"); + + b.HasKey("Id"); + + b.HasIndex("Email"); + + b.HasIndex("NormalizedEmail"); + + b.HasIndex("NormalizedUserName"); + + b.HasIndex("UserName"); + + b.ToTable("AbpUsers", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserClaim", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ClaimType") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ClaimValue") + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.HasKey("Id"); + + b.HasIndex("UserId"); + + b.ToTable("AbpUserClaims", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserDelegation", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("EndTime") + .HasColumnType("datetime2"); + + b.Property("SourceUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("StartTime") + .HasColumnType("datetime2"); + + b.Property("TargetUserId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.ToTable("AbpUserDelegations", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserLogin", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("LoginProvider") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderDisplayName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .IsRequired() + .HasMaxLength(196) + .HasColumnType("nvarchar(196)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("UserId", "LoginProvider"); + + b.HasIndex("LoginProvider", "ProviderKey"); + + b.ToTable("AbpUserLogins", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserOrganizationUnit", b => + { + b.Property("OrganizationUnitId") + .HasColumnType("uniqueidentifier"); + + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("OrganizationUnitId", "UserId"); + + b.HasIndex("UserId", "OrganizationUnitId"); + + b.ToTable("AbpUserOrganizationUnits", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserRole", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("UserId", "RoleId"); + + b.HasIndex("RoleId", "UserId"); + + b.ToTable("AbpUserRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserToken", b => + { + b.Property("UserId") + .HasColumnType("uniqueidentifier"); + + b.Property("LoginProvider") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Name") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.Property("Value") + .HasColumnType("nvarchar(max)"); + + b.HasKey("UserId", "LoginProvider", "Name"); + + b.ToTable("AbpUserTokens", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("Code") + .IsRequired() + .HasMaxLength(95) + .HasColumnType("nvarchar(95)") + .HasColumnName("Code"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)") + .HasColumnName("DisplayName"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("ParentId") + .HasColumnType("uniqueidentifier"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("Code"); + + b.HasIndex("ParentId"); + + b.ToTable("AbpOrganizationUnits", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnitRole", b => + { + b.Property("OrganizationUnitId") + .HasColumnType("uniqueidentifier"); + + b.Property("RoleId") + .HasColumnType("uniqueidentifier"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("OrganizationUnitId", "RoleId"); + + b.HasIndex("RoleId", "OrganizationUnitId"); + + b.ToTable("AbpOrganizationUnitRoles", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ClientId") + .HasMaxLength(100) + .HasColumnType("nvarchar(100)"); + + b.Property("ClientSecret") + .HasColumnType("nvarchar(max)"); + + b.Property("ClientUri") + .HasColumnType("nvarchar(max)"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("ConsentType") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("DisplayName") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayNames") + .HasColumnType("nvarchar(max)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("LogoUri") + .HasColumnType("nvarchar(max)"); + + b.Property("Permissions") + .HasColumnType("nvarchar(max)"); + + b.Property("PostLogoutRedirectUris") + .HasColumnType("nvarchar(max)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("RedirectUris") + .HasColumnType("nvarchar(max)"); + + b.Property("Requirements") + .HasColumnType("nvarchar(max)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("ClientId"); + + b.ToTable("OpenIddictApplications", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationId") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationDate") + .HasColumnType("datetime2"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("Scopes") + .HasColumnType("nvarchar(max)"); + + b.Property("Status") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("Subject") + .HasMaxLength(400) + .HasColumnType("nvarchar(400)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("ApplicationId", "Status", "Subject", "Type"); + + b.ToTable("OpenIddictAuthorizations", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Scopes.OpenIddictScope", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("Description") + .HasColumnType("nvarchar(max)"); + + b.Property("Descriptions") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayName") + .HasColumnType("nvarchar(max)"); + + b.Property("DisplayNames") + .HasColumnType("nvarchar(max)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Name") + .HasMaxLength(200) + .HasColumnType("nvarchar(200)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("Resources") + .HasColumnType("nvarchar(max)"); + + b.HasKey("Id"); + + b.HasIndex("Name"); + + b.ToTable("OpenIddictScopes", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Tokens.OpenIddictToken", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("ApplicationId") + .HasColumnType("uniqueidentifier"); + + b.Property("AuthorizationId") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationDate") + .HasColumnType("datetime2"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("ExpirationDate") + .HasColumnType("datetime2"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Payload") + .HasColumnType("nvarchar(max)"); + + b.Property("Properties") + .HasColumnType("nvarchar(max)"); + + b.Property("RedemptionDate") + .HasColumnType("datetime2"); + + b.Property("ReferenceId") + .HasMaxLength(100) + .HasColumnType("nvarchar(100)"); + + b.Property("Status") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.Property("Subject") + .HasMaxLength(400) + .HasColumnType("nvarchar(400)"); + + b.Property("Type") + .HasMaxLength(50) + .HasColumnType("nvarchar(50)"); + + b.HasKey("Id"); + + b.HasIndex("AuthorizationId"); + + b.HasIndex("ReferenceId"); + + b.HasIndex("ApplicationId", "Status", "Subject", "Type"); + + b.ToTable("OpenIddictTokens", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("GroupName") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("IsEnabled") + .HasColumnType("bit"); + + b.Property("MultiTenancySide") + .HasColumnType("tinyint"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ParentName") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("Providers") + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("StateCheckers") + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.HasKey("Id"); + + b.HasIndex("GroupName"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpPermissions", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionGrant", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("TenantId") + .HasColumnType("uniqueidentifier") + .HasColumnName("TenantId"); + + b.HasKey("Id"); + + b.HasIndex("TenantId", "Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[TenantId] IS NOT NULL"); + + b.ToTable("AbpPermissionGrants", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.PermissionManagement.PermissionGroupDefinitionRecord", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("DisplayName") + .IsRequired() + .HasMaxLength(256) + .HasColumnType("nvarchar(256)"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.HasKey("Id"); + + b.HasIndex("Name") + .IsUnique(); + + b.ToTable("AbpPermissionGroups", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.SettingManagement.Setting", b => + { + b.Property("Id") + .ValueGeneratedOnAdd() + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(128) + .HasColumnType("nvarchar(128)"); + + b.Property("ProviderKey") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("ProviderName") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(2048) + .HasColumnType("nvarchar(2048)"); + + b.HasKey("Id"); + + b.HasIndex("Name", "ProviderName", "ProviderKey") + .IsUnique() + .HasFilter("[ProviderName] IS NOT NULL AND [ProviderKey] IS NOT NULL"); + + b.ToTable("AbpSettings", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.Tenant", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ConcurrencyStamp") + .IsConcurrencyToken() + .HasMaxLength(40) + .HasColumnType("nvarchar(40)") + .HasColumnName("ConcurrencyStamp"); + + b.Property("CreationTime") + .HasColumnType("datetime2") + .HasColumnName("CreationTime"); + + b.Property("CreatorId") + .HasColumnType("uniqueidentifier") + .HasColumnName("CreatorId"); + + b.Property("DeleterId") + .HasColumnType("uniqueidentifier") + .HasColumnName("DeleterId"); + + b.Property("DeletionTime") + .HasColumnType("datetime2") + .HasColumnName("DeletionTime"); + + b.Property("EntityVersion") + .HasColumnType("int"); + + b.Property("ExtraProperties") + .HasColumnType("nvarchar(max)") + .HasColumnName("ExtraProperties"); + + b.Property("IsDeleted") + .ValueGeneratedOnAdd() + .HasColumnType("bit") + .HasDefaultValue(false) + .HasColumnName("IsDeleted"); + + b.Property("LastModificationTime") + .HasColumnType("datetime2") + .HasColumnName("LastModificationTime"); + + b.Property("LastModifierId") + .HasColumnType("uniqueidentifier") + .HasColumnName("LastModifierId"); + + b.Property("Name") + .IsRequired() + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.HasKey("Id"); + + b.HasIndex("Name"); + + b.ToTable("AbpTenants", (string)null); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.TenantConnectionString", b => + { + b.Property("TenantId") + .HasColumnType("uniqueidentifier"); + + b.Property("Name") + .HasMaxLength(64) + .HasColumnType("nvarchar(64)"); + + b.Property("Value") + .IsRequired() + .HasMaxLength(1024) + .HasColumnType("nvarchar(1024)"); + + b.HasKey("TenantId", "Name"); + + b.ToTable("AbpTenantConnectionStrings", (string)null); + }); + + modelBuilder.Entity("WinIn.FasterZ.AgGridReport.MapperProc", b => + { + b.Property("Id") + .HasColumnType("uniqueidentifier"); + + b.Property("ProcName") + .IsRequired() + .HasColumnType("nvarchar(max)"); + + b.Property("ProcParameters") + .IsRequired() + .HasColumnType("nvarchar(max)"); + + b.Property("Remark") + .IsRequired() + .HasColumnType("nvarchar(max)"); + + b.HasKey("Id"); + + b.ToTable("AppMapperProcs", null, t => + { + t.HasComment(""); + }); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLogAction", b => + { + b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) + .WithMany("Actions") + .HasForeignKey("AuditLogId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.HasOne("Volo.Abp.AuditLogging.AuditLog", null) + .WithMany("EntityChanges") + .HasForeignKey("AuditLogId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityPropertyChange", b => + { + b.HasOne("Volo.Abp.AuditLogging.EntityChange", null) + .WithMany("PropertyChanges") + .HasForeignKey("EntityChangeId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRoleClaim", b => + { + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany("Claims") + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserClaim", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Claims") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserLogin", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Logins") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserOrganizationUnit", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany() + .HasForeignKey("OrganizationUnitId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("OrganizationUnits") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserRole", b => + { + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany() + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Roles") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUserToken", b => + { + b.HasOne("Volo.Abp.Identity.IdentityUser", null) + .WithMany("Tokens") + .HasForeignKey("UserId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany() + .HasForeignKey("ParentId"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnitRole", b => + { + b.HasOne("Volo.Abp.Identity.OrganizationUnit", null) + .WithMany("Roles") + .HasForeignKey("OrganizationUnitId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + + b.HasOne("Volo.Abp.Identity.IdentityRole", null) + .WithMany() + .HasForeignKey("RoleId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", b => + { + b.HasOne("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", null) + .WithMany() + .HasForeignKey("ApplicationId"); + }); + + modelBuilder.Entity("Volo.Abp.OpenIddict.Tokens.OpenIddictToken", b => + { + b.HasOne("Volo.Abp.OpenIddict.Applications.OpenIddictApplication", null) + .WithMany() + .HasForeignKey("ApplicationId"); + + b.HasOne("Volo.Abp.OpenIddict.Authorizations.OpenIddictAuthorization", null) + .WithMany() + .HasForeignKey("AuthorizationId"); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.TenantConnectionString", b => + { + b.HasOne("Volo.Abp.TenantManagement.Tenant", null) + .WithMany("ConnectionStrings") + .HasForeignKey("TenantId") + .OnDelete(DeleteBehavior.Cascade) + .IsRequired(); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.AuditLog", b => + { + b.Navigation("Actions"); + + b.Navigation("EntityChanges"); + }); + + modelBuilder.Entity("Volo.Abp.AuditLogging.EntityChange", b => + { + b.Navigation("PropertyChanges"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityRole", b => + { + b.Navigation("Claims"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.IdentityUser", b => + { + b.Navigation("Claims"); + + b.Navigation("Logins"); + + b.Navigation("OrganizationUnits"); + + b.Navigation("Roles"); + + b.Navigation("Tokens"); + }); + + modelBuilder.Entity("Volo.Abp.Identity.OrganizationUnit", b => + { + b.Navigation("Roles"); + }); + + modelBuilder.Entity("Volo.Abp.TenantManagement.Tenant", b => + { + b.Navigation("ConnectionStrings"); + }); +#pragma warning restore 612, 618 + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Properties/AssemblyInfo.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..c7bf5a99a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/Properties/AssemblyInfo.cs @@ -0,0 +1,2 @@ +using System.Runtime.CompilerServices; +[assembly:InternalsVisibleToAttribute("WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests")] diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj new file mode 100644 index 000000000..3921ebe54 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj @@ -0,0 +1,31 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn/FasterZ/AgGridReport/MapperProcEfCoreQuerableExtensions.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn/FasterZ/AgGridReport/MapperProcEfCoreQuerableExtensions.cs new file mode 100644 index 000000000..095580a73 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn/FasterZ/AgGridReport/MapperProcEfCoreQuerableExtensions.cs @@ -0,0 +1,22 @@ +using System.Linq; +using Microsoft.EntityFrameworkCore; + +namespace WinIn.FasterZ.AgGridReport; + +/// +/// +/// +public static class MapperProcEfCoreQueryableExtensions +{ + public static IQueryable IncludeDetails(this IQueryable queryable, bool include = true) + { + if (!include) + { + return queryable; + } + + return queryable + // .Include(x => x.xxx) // TODO: AbpHelper generated + ; + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn/FasterZ/AgGridReport/MapperProcRepository.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn/FasterZ/AgGridReport/MapperProcRepository.cs new file mode 100644 index 000000000..4980ca329 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/WinIn/FasterZ/AgGridReport/MapperProcRepository.cs @@ -0,0 +1,20 @@ +using System; +using System.Linq; +using System.Threading.Tasks; +using WinIn.FasterZ.AgGridReport.EntityFrameworkCore; +using Volo.Abp.Domain.Repositories.EntityFrameworkCore; +using Volo.Abp.EntityFrameworkCore; + +namespace WinIn.FasterZ.AgGridReport; + +public class MapperProcRepository : EfCoreRepository, IMapperProcRepository +{ + public MapperProcRepository(IDbContextProvider dbContextProvider) : base(dbContextProvider) + { + } + + public override async Task> WithDetailsAsync() + { + return (await GetQueryableAsync()).IncludeDetails(); + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..a3e2d2292 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..ea87f5288 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index a8483577f..5184834fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index a0a20daee..23ec46a68 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 83ad48a3c..54f0b6c6f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index 6fa5ea7fb..946f5ba78 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index 63ebdfecf..1ad6d7673 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index f08fbd943..103529209 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index e59a49e26..ec1fea80d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index fe5c8219c..544315fde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache index ffa5b3ba2..3945e9aea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache index 040cab70d..d2caae052 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -911a646b124f24b9621fa0816616de717295ea6cc480039ce4a9d84939cc3650 +3be1d28203706f899b23ffcaf1bee9ba9d01e44c6c137568a07ba227e42024e7 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.FileListAbsolute.txt index 74ac6c075..52cd05058 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.FileListAbsolute.txt @@ -55,22 +55,3 @@ C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGr C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.runtimeconfig.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 83ad48a3c..54f0b6c6f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache index 12f9158a8..c2350035d 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache @@ -1 +1 @@ -6f3ca4c93a55a91f2e134d73158d060ad6d785fab1fbe03920bf2a8bb6549b2a +ff4794ffe1cd86b39df56cebd126c4cbb81c69057ea0626750b1cbad93478e0d diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index 6fa5ea7fb..946f5ba78 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 605bb5ddc..5d1ce9f40 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 605bb5ddc..5d1ce9f40 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.AssemblyInfoInputs.cache index b5741f4ca..5ed7755b6 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.AssemblyInfoInputs.cache @@ -1 +1 @@ -470c729c69c3f4eaf5b844758944aa54509b22a8c87cc42aea48679fa3ed05ce +7fdf1be496b50ea4f19449a924e9e298b4111dcc diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.GeneratedMSBuildEditorConfig.editorconfig index ccc55fe29..9aedbaa1e 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.assets.cache index 1225918e8..b79d3132c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache index 89e4b68a8..e6deac134 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache index ed02af4c0..59c7dda5c 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -b0b45ebcf04963a36b471761ea87cf0e61759327cdfb9cc87925cf61a275dd33 +cfa52c0815a78f94300b3fdef517be3f6d3a22af diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.FileListAbsolute.txt index 20ec84567..b7ebef0f7 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.FileListAbsolute.txt @@ -36,22 +36,3 @@ E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport. E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.runtimeconfig.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\refint\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index e59a49e26..ec1fea80d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache index 8b1bb74e6..403c2cebb 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.genruntimeconfig.cache @@ -1 +1 @@ -3a3de6f7e2db1a55460d87e7633637b5f9041410e1fa765c6bb17bd2e73d6dd9 +65b8a821ddbd7fba661dca4af28d85060d8330d1 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index fe5c8219c..544315fde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 29cfe4eda..c6dcabce6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 29cfe4eda..c6dcabce6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.nuget.dgspec.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.nuget.dgspec.json index b8220ea8e..d3c19d609 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.nuget.dgspec.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": {} + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": {} }, "projects": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain.Shared", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -104,20 +104,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -134,8 +134,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } @@ -211,20 +211,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "projectName": "WinIn.FasterZ.AgGridReport.EntityFrameworkCore", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -241,8 +241,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/project.assets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/project.assets.json index 56c2ffa0a..7def881a1 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/project.assets.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/project.assets.json @@ -8699,17 +8699,17 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "projectName": "WinIn.FasterZ.AgGridReport.EntityFrameworkCore", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -8726,8 +8726,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/project.nuget.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/project.nuget.cache index 32ccb8b05..a40bb4e2c 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/project.nuget.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.EntityFrameworkCore/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "9h2Aq+9GThZ7G1TcjMNyQKc4fNa+xh9dUBkyscmflsuqHtPFG/m72crhl7+INKJl1p5ldWb71mWG4uJhnXTkTw==", + "dgSpecHash": "74dNyjTzdDKlojIPDguPZ1daEc+hrizZNk0dooxMS9/FN9AEyxZDj3dihcXa+BBdzw30dihbqNFnOFnfMfXmNA==", "success": true, - "projectFilePath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectFilePath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "expectedPackageFiles": [ "C:\\Users\\Administrator\\.nuget\\packages\\asynckeyedlock\\6.2.1\\asynckeyedlock.6.2.1.nupkg.sha512", "C:\\Users\\Administrator\\.nuget\\packages\\automapper\\12.0.0\\automapper.12.0.0.nupkg.sha512", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/AgGridReportHttpApiClientModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/AgGridReportHttpApiClientModule.cs new file mode 100644 index 000000000..818e9046a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/AgGridReportHttpApiClientModule.cs @@ -0,0 +1,38 @@ +using Microsoft.Extensions.DependencyInjection; +using Volo.Abp.Account; +using Volo.Abp.FeatureManagement; +using Volo.Abp.Identity; +using Volo.Abp.Modularity; +using Volo.Abp.PermissionManagement; +using Volo.Abp.TenantManagement; +using Volo.Abp.SettingManagement; +using Volo.Abp.VirtualFileSystem; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AgGridReportApplicationContractsModule), + typeof(AbpAccountHttpApiClientModule), + typeof(AbpIdentityHttpApiClientModule), + typeof(AbpPermissionManagementHttpApiClientModule), + typeof(AbpTenantManagementHttpApiClientModule), + typeof(AbpFeatureManagementHttpApiClientModule), + typeof(AbpSettingManagementHttpApiClientModule) +)] +public class AgGridReportHttpApiClientModule : AbpModule +{ + public const string RemoteServiceName = "Default"; + + public override void ConfigureServices(ServiceConfigurationContext context) + { + context.Services.AddHttpClientProxies( + typeof(AgGridReportApplicationContractsModule).Assembly, + RemoteServiceName + ); + + Configure(options => + { + options.FileSets.AddEmbedded(); + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj new file mode 100644 index 000000000..49fc92aa1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj @@ -0,0 +1,29 @@ + + + + + + netstandard2.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index 73a3006e8..f9ad6cff7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 96010ff3c..0cea17fa0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..127537e40 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..57ea19282 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.dll index 61df50a38..ec6969e1b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb index d1c1ec112..86da4622a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/bin/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache index 2bdc8c12e..d85ab833e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.CoreCompileInputs.cache index 9b6e9cd61..452babcb2 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -8a230d937797f7af3632c43a813380fcc1aaf7bbd712fc5fed0fd2deb98c78a3 +2b6912bbb88f33c2a8ca959451b9853754dbfbc2 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.FileListAbsolute.txt index d04c664b5..ad37ecd88 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.FileListAbsolute.txt @@ -13,18 +13,3 @@ E:\Code\AiChi\WMS_REPORT\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridRepo E:\Code\AiChi\WMS_REPORT\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.CopyComplete E:\Code\AiChi\WMS_REPORT\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.dll E:\Code\AiChi\WMS_REPORT\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\bin\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\obj\Debug\netstandard2.0\WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.dll index 61df50a38..ec6969e1b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb index d1c1ec112..86da4622a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Debug/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.AssemblyInfoInputs.cache index 264fa3859..f45a14df6 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.AssemblyInfoInputs.cache @@ -1 +1 @@ -2d511047ad1d441dc2b51372645d169383fc53f725a6ded851781061fde13c46 +7f43f5774bc553c9378ac7c919ec6e523e85f100 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.GeneratedMSBuildEditorConfig.editorconfig index a3f8f51f3..d1c0e0bc2 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.GeneratedMSBuildEditorConfig.editorconfig @@ -1,5 +1,3 @@ is_global = true build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi.Client\ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.assets.cache index 260585ae4..f974c6467 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache index f0150b236..95141b8c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi.Client/obj/Release/netstandard2.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/AgGridReportHttpApiModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/AgGridReportHttpApiModule.cs new file mode 100644 index 000000000..4a5fc9aa0 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/AgGridReportHttpApiModule.cs @@ -0,0 +1,41 @@ +using Localization.Resources.AbpUi; +using WinIn.FasterZ.AgGridReport.Localization; +using Volo.Abp.Account; +using Volo.Abp.FeatureManagement; +using Volo.Abp.Identity; +using Volo.Abp.Localization; +using Volo.Abp.Modularity; +using Volo.Abp.PermissionManagement.HttpApi; +using Volo.Abp.SettingManagement; +using Volo.Abp.TenantManagement; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AgGridReportApplicationContractsModule), + typeof(AbpAccountHttpApiModule), + typeof(AbpIdentityHttpApiModule), + typeof(AbpPermissionManagementHttpApiModule), + typeof(AbpTenantManagementHttpApiModule), + typeof(AbpFeatureManagementHttpApiModule), + typeof(AbpSettingManagementHttpApiModule) + )] +public class AgGridReportHttpApiModule : AbpModule +{ + public override void ConfigureServices(ServiceConfigurationContext context) + { + ConfigureLocalization(); + } + + private void ConfigureLocalization() + { + Configure(options => + { + options.Resources + .Get() + .AddBaseTypes( + typeof(AbpUiResource) + ); + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/Controllers/AgGridReportController.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/Controllers/AgGridReportController.cs new file mode 100644 index 000000000..d49392ee8 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/Controllers/AgGridReportController.cs @@ -0,0 +1,14 @@ +using WinIn.FasterZ.AgGridReport.Localization; +using Volo.Abp.AspNetCore.Mvc; + +namespace WinIn.FasterZ.AgGridReport.Controllers; + +/* Inherit your controllers from this class. + */ +public abstract class AgGridReportController : AbpControllerBase +{ + protected AgGridReportController() + { + LocalizationResource = typeof(AgGridReportResource); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/Models/Test/TestModel.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/Models/Test/TestModel.cs new file mode 100644 index 000000000..c976d8698 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/Models/Test/TestModel.cs @@ -0,0 +1,10 @@ +using System; + +namespace WinIn.FasterZ.AgGridReport.Models.Test; + +public class TestModel +{ + public string Name { get; set; } + + public DateTime BirthDate { get; set; } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/WinIn.FasterZ.AgGridReport.HttpApi.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/WinIn.FasterZ.AgGridReport.HttpApi.csproj new file mode 100644 index 000000000..75c493fc2 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/WinIn.FasterZ.AgGridReport.HttpApi.csproj @@ -0,0 +1,24 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index 73a3006e8..564e4c029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 96010ff3c..b6eb4216c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..a3e2d2292 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..ea87f5288 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll index a6ab5e117..02586d3cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb index 07db45eb6..d31d2225b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index a41033963..b6c8e7ca3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 2f3ca88b0..7d8bc5e6e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll index b9bc8a1d7..1a5ad7cf2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb index e1b60758b..539cbeb0f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Antiforgery.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Antiforgery.dll index bfaba6072..55137d6c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Antiforgery.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Antiforgery.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll index e9d229550..3908fd3ad 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll index e2ecbaf43..0d4743a36 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Core.dll index 2516112a9..722443501 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll index a53b6baa1..326661953 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.dll index 5cf8fd0cc..e9fe4f048 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll index a06c101b1..114027f1d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.dll index 79c04e3c4..878b606cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Authorization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Authorization.dll index b552de5ba..44f0a6e56 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Authorization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Authorization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Forms.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Forms.dll index 5f4dbdfc0..4b682a5f9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Forms.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Forms.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Server.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Server.dll index 1d5319368..7714f88a0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Server.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Server.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Web.dll index f117fb520..22b5d4355 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.dll index b6d2cb609..24991913c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll index 4e63e3a5d..9c545c23c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.CookiePolicy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.CookiePolicy.dll index 608ab415c..afd0d094f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.CookiePolicy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.CookiePolicy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cors.dll index 25a2eca7d..6c01b3f09 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll index 962f34bc7..28fd43015 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll index 512d655df..b4e2b64f1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll index 805721415..a0ddb15d1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll index 7c7a39946..56ced49f6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.dll index 9e7617ff5..4cbf00754 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll index 6845049db..2d64a747f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll index c393cf44f..202e38c50 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.dll index c9e652f40..3398c9d17 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HostFiltering.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HostFiltering.dll index f35a86fcc..0074d8912 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HostFiltering.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HostFiltering.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll index 1e433b6f8..b08c8fcfb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll index 54fc987fa..f8ec7ff14 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.dll index 84e0cb838..b0d2091bc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll index 12544a675..f866c773d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll index 2352097b6..c262dc12d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll index 4570409e0..373e1e103 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.dll index fd897797f..feef00012 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Extensions.dll index e9556bb2e..f75e506e4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Features.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Features.dll index cbab3984a..7db5babb4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Features.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Features.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Results.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Results.dll index 15a898429..846111ac5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Results.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Results.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.dll index 9514a919d..536d2c0b3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpLogging.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpLogging.dll index 58f848597..02eec198c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpLogging.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpLogging.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpOverrides.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpOverrides.dll index ff68c44ef..f06e62022 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpOverrides.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpOverrides.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll index 908c84231..a2f4a516a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Identity.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Identity.dll index ddf00a711..e093f0ab4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Identity.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Identity.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.Routing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.Routing.dll index fca89baf6..2f72e5d63 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.Routing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.Routing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.dll index 4adcd99ae..6b62707c6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Metadata.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Metadata.dll index e6d0c31e4..6555d607e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Metadata.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Metadata.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll index b869a883a..b4c48278c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll index bf170d6cb..f82cfd185 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Core.dll index 12af5bf08..cfa8cd5ae 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll index 3af7aab74..12d8850d4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll index 87d2d74e4..e1d1d98e4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll index e28f90e8f..7c9f6b4b6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll index 403834202..a7ada84ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll index 47ccea84f..18769ce57 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll index acaf29b11..ada9c0a39 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll index 49e868478..6719b99ff 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll index 4f3d50d1c..a9843f2e9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll index 62df11158..d919b5cb2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.dll index abd579d17..3d1d210fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.OutputCaching.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.OutputCaching.dll index f4b6568e0..c512c2a30 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.OutputCaching.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.OutputCaching.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.RateLimiting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.RateLimiting.dll index 43872efdd..c2cf1c250 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.RateLimiting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.RateLimiting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll index dc53663bb..6047e15fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.dll index 85007f494..89a4f6c58 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.RequestDecompression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.RequestDecompression.dll index caebd22a9..50c129181 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.RequestDecompression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.RequestDecompression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll index a571efe6b..ff0aadb0b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.dll index ad866446b..78cda5399 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCompression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCompression.dll index 22ae54330..14e44c14a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCompression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCompression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Rewrite.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Rewrite.dll index 50b147586..776d28341 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Rewrite.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Rewrite.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll index 6068b20b4..0c23d35c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.dll index d03ad205d..75cf5aa3a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll index e7ad0a8ad..322dbf0ec 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IIS.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IIS.dll index 60daaf614..3277871d5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IIS.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IIS.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll index 50e16c235..cdbe1d488 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll index e2c50c6b5..68cbffebf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll index d40e88a6f..009236087 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll index 85ffbaed3..04cade7d1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll index a61ae9259..1e6cadd24 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Session.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Session.dll index 4d31a5360..ac98a0421 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Session.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.Session.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Common.dll index cf13cd5d7..44f2377ce 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Core.dll index 8675dce71..30b206bde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll index 1b610cdcf..d1b2d3614 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.dll index 6e4cd2aff..90b1a44a6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.StaticFiles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.StaticFiles.dll index 3b99c6ce9..e8cbcbeff 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.StaticFiles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.StaticFiles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebSockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebSockets.dll index 165bb179c..5de09adb1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebSockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebSockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebUtilities.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebUtilities.dll index 349c8db5d..67226e116 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebUtilities.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebUtilities.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.dll index 0aeb3c952..8d82c73e9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.AspNetCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.CSharp.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.CSharp.dll index be5fdb765..c8c29a4d7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.CSharp.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.CSharp.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Abstractions.dll index b494fa771..8d07b7178 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Memory.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Memory.dll index 9ec747f9c..ceccb5025 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Memory.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll index 22c258d59..fdc36e836 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Binder.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Binder.dll index 33b1ec0bf..cb70c28b6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Binder.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Binder.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll index 40ab84456..8608d8e1d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll index 67e9482f1..5a482b197 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll index 6824be852..2c5e29941 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Ini.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Ini.dll index 81f0b2760..11404a4be 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Ini.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Ini.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Json.dll index 65efff76c..608e51a5d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll index 923c084e3..4fb3887c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll index 064c0ead4..1ad0bfc9d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Xml.dll index e9a058cfa..409a2356d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.dll index 4800ec9af..110cd3dd6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll index 0735ba712..7e74ab626 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.dll index f2054d7ea..951286011 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll index 12c78ba2b..8e6fdcd89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll index e79f429a9..799fa8dd1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Features.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Features.dll index 9a0028932..39554519f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Features.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Features.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll index b33e44baa..60eec4581 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Composite.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Composite.dll index e457d5734..f6d99f717 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Composite.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Composite.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll index c2bacebd2..6bb23064e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Physical.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Physical.dll index ab559b557..a81455d42 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Physical.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Physical.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll index e2ace6c79..cb11029c3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll index 4f7a47674..c42be067a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.dll index 88da66389..aa619588f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Http.dll index 9d151355c..042aac0c4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Core.dll index 74e0ecb39..e782b6aca 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Stores.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Stores.dll index ca9969ddb..37728154b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Stores.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Stores.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.Abstractions.dll index 669839d78..d33f35aa6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.dll index 16a666678..ec42a8c94 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Abstractions.dll index 2b38d0759..7524a775a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Configuration.dll index 806edf28b..d9505cabd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Console.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Console.dll index 0d52ff561..885d5490c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Console.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Console.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Debug.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Debug.dll index 224edac84..195e73dd0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Debug.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Debug.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventLog.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventLog.dll index ab3136fd0..35d48c990 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventLog.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventLog.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventSource.dll index f8fe52d73..b99c5aa0c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.TraceSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.TraceSource.dll index f022c6594..ef0a63a24 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.TraceSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.TraceSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.dll index 017301d61..a194f8055 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.ObjectPool.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.ObjectPool.dll index 0877fb8be..749ad1d6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.ObjectPool.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.ObjectPool.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll index 2677ef82e..5e1f498c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll index 97921bace..f6b6799be 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.dll index adc586c38..3b1199b1f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Options.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Primitives.dll index b8606946c..2569a0cfd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.WebEncoders.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.WebEncoders.dll index 0a5e9ed9d..5caeaec13 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.WebEncoders.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Extensions.WebEncoders.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.JSInterop.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.JSInterop.dll index 3cd9a7d93..3fe564b04 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.JSInterop.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.JSInterop.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Net.Http.Headers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Net.Http.Headers.dll index 3cc7bf8b8..d8fdf5608 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Net.Http.Headers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Net.Http.Headers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.VisualBasic.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.VisualBasic.Core.dll index d6e684f65..e578c0daa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.VisualBasic.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.VisualBasic.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.VisualBasic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.VisualBasic.dll index e9261b1ca..6ff7cfb89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.VisualBasic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.VisualBasic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Win32.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Win32.Primitives.dll index 4249169aa..e0476ef4e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Win32.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Win32.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Win32.Registry.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Win32.Registry.dll index 27334fe59..8e29fdfb0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Win32.Registry.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/Microsoft.Win32.Registry.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.AppContext.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.AppContext.dll index feea85727..8b8ecc118 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.AppContext.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.AppContext.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Buffers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Buffers.dll index 6805f59f5..1683dad20 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Buffers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Buffers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Concurrent.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Concurrent.dll index 1d5167f21..61a97937e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Concurrent.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Concurrent.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Immutable.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Immutable.dll index 0f7ba2c3b..601a863fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Immutable.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Immutable.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.NonGeneric.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.NonGeneric.dll index d929046bf..0194454fd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.NonGeneric.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.NonGeneric.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Specialized.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Specialized.dll index eb388d32c..d5f0c1235 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Specialized.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.Specialized.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.dll index 259e0d1a7..4b734c429 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Collections.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.Annotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.Annotations.dll index 6cc55786f..706e2dd7f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.Annotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.Annotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.DataAnnotations.dll index 3aa028113..277742eb6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.EventBasedAsync.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.EventBasedAsync.dll index a66badd93..6f04bd4cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.EventBasedAsync.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.EventBasedAsync.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.Primitives.dll index e222f5a76..21af87daf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.TypeConverter.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.TypeConverter.dll index 797d2b7b8..41a4c3852 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.TypeConverter.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.TypeConverter.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.dll index 213a326d7..fed239896 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ComponentModel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Configuration.dll index e90313bdb..076c12c53 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Console.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Console.dll index 103ae08fb..1e085ade6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Console.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Console.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Core.dll index ccc963cf8..860dcbad3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.Common.dll index ad82d8cf4..1876ad10e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.DataSetExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.DataSetExtensions.dll index c5cc4311c..91eb5813d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.DataSetExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.DataSetExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.dll index f311d370d..4d22703c4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Data.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Contracts.dll index cea225a81..b7b376dae 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Debug.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Debug.dll index 9ff5ab4f1..1a0fa9fbd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Debug.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Debug.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.DiagnosticSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.DiagnosticSource.dll index 8781727ef..2a3ee207f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.DiagnosticSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.DiagnosticSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.EventLog.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.EventLog.dll index 782ba8887..f67b39f70 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.EventLog.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.EventLog.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.FileVersionInfo.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.FileVersionInfo.dll index bf36359f0..93fee40f3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.FileVersionInfo.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.FileVersionInfo.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Process.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Process.dll index c059e6a10..7ec1b5bbd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Process.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Process.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.StackTrace.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.StackTrace.dll index 533440048..2751f3d55 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.StackTrace.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.StackTrace.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.TextWriterTraceListener.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.TextWriterTraceListener.dll index fe08c8e9e..7aa6012fc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.TextWriterTraceListener.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Tools.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Tools.dll index f0e7f0ec4..bbd405c0a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Tools.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Tools.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.TraceSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.TraceSource.dll index 43bbb2c4a..24a684ad7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.TraceSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.TraceSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Tracing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Tracing.dll index 1e0c70203..731973297 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Tracing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Diagnostics.Tracing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Drawing.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Drawing.Primitives.dll index 2823fed73..0f283df83 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Drawing.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Drawing.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Drawing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Drawing.dll index 8e8ed2e7a..9773a8816 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Drawing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Drawing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Dynamic.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Dynamic.Runtime.dll index 602b606da..e2cae3f0a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Dynamic.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Dynamic.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Formats.Asn1.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Formats.Asn1.dll index 34c2f9975..04f4bfc6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Formats.Asn1.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Formats.Asn1.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Formats.Tar.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Formats.Tar.dll index c27970fc6..6f550a2bf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Formats.Tar.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Formats.Tar.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.Calendars.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.Calendars.dll index 5de74aaf1..7c31b9fd7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.Calendars.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.Calendars.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.Extensions.dll index 17d05c40b..b7471f4c9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.dll index 317c4657a..75ef39123 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Globalization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.Brotli.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.Brotli.dll index b1e7ab878..66c25dc19 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.Brotli.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.Brotli.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.FileSystem.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.FileSystem.dll index 9394f3cf2..8cdabbec0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.FileSystem.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.FileSystem.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.ZipFile.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.ZipFile.dll index 063bb6f22..9f0fec696 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.ZipFile.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.ZipFile.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.dll index b5e2bc270..e1ff7c1b1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Compression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.AccessControl.dll index 703d22e1b..08016861c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.DriveInfo.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.DriveInfo.dll index bfed09643..768c95bd2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.DriveInfo.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.DriveInfo.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.Primitives.dll index 6c686b626..cfe1bbc89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.Watcher.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.Watcher.dll index 0d9ea631e..f404301b0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.Watcher.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.Watcher.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.dll index 5b9ec5b3d..94151b2c6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.FileSystem.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.IsolatedStorage.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.IsolatedStorage.dll index 2e8444abf..d63e85d7c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.IsolatedStorage.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.IsolatedStorage.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.MemoryMappedFiles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.MemoryMappedFiles.dll index bf3e0b7da..aa6f46141 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.MemoryMappedFiles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.MemoryMappedFiles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipelines.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipelines.dll index aa4157611..dc73bdd1c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipelines.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipelines.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipes.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipes.AccessControl.dll index da5a28fef..91425cfb9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipes.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipes.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipes.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipes.dll index 670225f42..a1713a3aa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipes.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.Pipes.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.UnmanagedMemoryStream.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.UnmanagedMemoryStream.dll index dec65f87b..4f5819d6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.UnmanagedMemoryStream.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.UnmanagedMemoryStream.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.dll index 5aa1a56a8..bf93563ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.IO.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Expressions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Expressions.dll index 31b22174d..873624a4b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Expressions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Expressions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Parallel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Parallel.dll index f511213ce..e123a7c87 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Parallel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Parallel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Queryable.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Queryable.dll index 01b77b2fd..7e377e314 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Queryable.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.Queryable.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.dll index 4097c6020..1d2f077b9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Linq.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Memory.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Memory.dll index 4ca1bea49..b820a54c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Memory.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Memory.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Http.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Http.Json.dll index 0873969fc..a553262ab 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Http.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Http.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Http.dll index 9a47cb4de..4c061b234 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.HttpListener.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.HttpListener.dll index 8d7971fc1..6df912061 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.HttpListener.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.HttpListener.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Mail.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Mail.dll index bdc6f1249..32994a4c0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Mail.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Mail.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.NameResolution.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.NameResolution.dll index abd85e359..c0b9d5e80 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.NameResolution.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.NameResolution.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.NetworkInformation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.NetworkInformation.dll index 6de36b2eb..326923975 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.NetworkInformation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.NetworkInformation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Ping.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Ping.dll index 6f8689e76..d12a57fd0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Ping.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Ping.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Primitives.dll index ce32204db..f0d1da8d3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Quic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Quic.dll index ef273a5aa..abbbb98c9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Quic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Quic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Requests.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Requests.dll index 369a30222..353fa5f27 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Requests.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Requests.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Security.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Security.dll index 22e59346b..721678ef5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Security.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Security.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.ServicePoint.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.ServicePoint.dll index 4af1eaa80..a73ebca9e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.ServicePoint.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.ServicePoint.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Sockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Sockets.dll index f688fd8b8..83042ad3f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Sockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.Sockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebClient.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebClient.dll index 1d50f38e7..cfb525a59 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebClient.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebClient.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebHeaderCollection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebHeaderCollection.dll index 5ab6a6e22..432443c55 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebHeaderCollection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebHeaderCollection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebProxy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebProxy.dll index df86d5345..c95a35029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebProxy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebProxy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebSockets.Client.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebSockets.Client.dll index 02bf1223b..4cf8a7012 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebSockets.Client.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebSockets.Client.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebSockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebSockets.dll index 6086486af..bda3705c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebSockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.WebSockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.dll index 6762515a7..f5b68da00 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Net.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Numerics.Vectors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Numerics.Vectors.dll index cc172790a..b9014b522 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Numerics.Vectors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Numerics.Vectors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Numerics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Numerics.dll index bdaa06ab9..54d86a344 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Numerics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Numerics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ObjectModel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ObjectModel.dll index a2a6b595c..33028069b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ObjectModel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ObjectModel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.DispatchProxy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.DispatchProxy.dll index be50a8e43..21b920b8f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.DispatchProxy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.DispatchProxy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.ILGeneration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.ILGeneration.dll index b5261787e..c558c7a5c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.ILGeneration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.ILGeneration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.Lightweight.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.Lightweight.dll index fc3ad641d..24acc433b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.Lightweight.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.Lightweight.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.dll index 86d8d8b58..809014609 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Emit.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Extensions.dll index 7b874ffe9..c2262559a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Metadata.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Metadata.dll index 269fa5819..8ac210b3b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Metadata.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Metadata.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Primitives.dll index 96b43d641..1d172e084 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.TypeExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.TypeExtensions.dll index 07ce84426..0b6836c91 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.TypeExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.TypeExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.dll index fd13a9f39..bcd258c8e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Reflection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.Reader.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.Reader.dll index 9114da97e..96b3e0850 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.Reader.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.Reader.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.ResourceManager.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.ResourceManager.dll index cb65a00cd..eef4f529e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.ResourceManager.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.ResourceManager.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.Writer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.Writer.dll index 985d314b8..c6b787792 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.Writer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Resources.Writer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.CompilerServices.Unsafe.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.CompilerServices.Unsafe.dll index 94fea9318..52eeab612 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.CompilerServices.Unsafe.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.CompilerServices.VisualC.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.CompilerServices.VisualC.dll index 287d05fde..028006758 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.CompilerServices.VisualC.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Extensions.dll index 9d2bbaf4a..7c9bd7150 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Handles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Handles.dll index 5301829da..de228b142 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Handles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Handles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.JavaScript.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.JavaScript.dll index 7180cb1a1..1fbf73fe1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.JavaScript.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll index 200fc047a..f49d5b917 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.dll index 425a1e3f7..84304e768 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.InteropServices.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Intrinsics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Intrinsics.dll index 3fcb1f8ae..6b88709fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Intrinsics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Intrinsics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Loader.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Loader.dll index cd7193c25..0f76412a5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Loader.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Loader.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Numerics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Numerics.dll index 2a6c6c935..66d3cba60 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Numerics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Numerics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Formatters.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Formatters.dll index 174c4072c..9a1565cc7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Formatters.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Formatters.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Json.dll index 01fae7d16..007734569 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Primitives.dll index ef2cc80ed..e0a4556c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Xml.dll index f641b63c5..3b29c4455 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.dll index d0fc04503..ffc1425cd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.Serialization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.dll index 0a2b0b815..5a852f441 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.AccessControl.dll index 2a5ae5a0a..fb3aee61f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Claims.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Claims.dll index 325091db8..c6b78fdfe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Claims.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Claims.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Algorithms.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Algorithms.dll index 4e5fcb920..cd7bcf682 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Algorithms.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Algorithms.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Cng.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Cng.dll index cf140b4ab..0ff90a9d6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Cng.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Cng.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Csp.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Csp.dll index 3d2635254..2f7046d86 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Csp.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Csp.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Encoding.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Encoding.dll index a696db9c7..bb8d25651 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Encoding.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Encoding.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.OpenSsl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.OpenSsl.dll index 312b6b0e4..ce6134025 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.OpenSsl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.OpenSsl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Primitives.dll index 073ebb842..130be5c23 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.X509Certificates.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.X509Certificates.dll index 06a316afc..bd63e2652 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.X509Certificates.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.X509Certificates.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Xml.dll index f65e0352d..07d32ccd7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.dll index c4afc8d73..68c8fd2cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Cryptography.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Principal.Windows.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Principal.Windows.dll index 9a699fd09..7de6348df 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Principal.Windows.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Principal.Windows.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Principal.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Principal.dll index c386f509c..c75425fbf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Principal.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.Principal.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.SecureString.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.SecureString.dll index 9696136ac..d5e22259f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.SecureString.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.SecureString.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.dll index 3074616a3..e762d1c41 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Security.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ServiceModel.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ServiceModel.Web.dll index b4e360e04..88d2c1e8b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ServiceModel.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ServiceModel.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ServiceProcess.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ServiceProcess.dll index d8c86e812..c6b5d8f5c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ServiceProcess.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ServiceProcess.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.CodePages.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.CodePages.dll index 39ba1440c..a44a1bcb1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.CodePages.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.CodePages.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.Extensions.dll index 06e87fd2e..308cb9cf8 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.dll index 7110484e8..cc9b4eb29 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encoding.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encodings.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encodings.Web.dll index 7cf8d38e0..f514e7904 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encodings.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Encodings.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Json.dll index b41281dfa..748f9a6a9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.RegularExpressions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.RegularExpressions.dll index b5e9a390a..bd4771d65 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.RegularExpressions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Text.RegularExpressions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Channels.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Channels.dll index 5eb9b4c34..67229aedc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Channels.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Channels.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Overlapped.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Overlapped.dll index d89a87f50..f62be8df5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Overlapped.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Overlapped.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.RateLimiting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.RateLimiting.dll index 05a3d29ae..05fd8538a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.RateLimiting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.RateLimiting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Dataflow.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Dataflow.dll index 54bca1a52..3626050fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Dataflow.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Dataflow.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Extensions.dll index c091c8eb7..bacaa94c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Parallel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Parallel.dll index 3a66cf730..eb9c18483 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Parallel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.Parallel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.dll index 1e122cacb..c764a02ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Tasks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Thread.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Thread.dll index 1d367c172..bcb030122 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Thread.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Thread.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.ThreadPool.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.ThreadPool.dll index bb4c478ef..af95d89cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.ThreadPool.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.ThreadPool.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Timer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Timer.dll index 0d6a5cb51..f0ebe9a80 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Timer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.Timer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.dll index 244bc3d0b..38d7d853c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Threading.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Transactions.Local.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Transactions.Local.dll index dde7bbae2..716ae8105 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Transactions.Local.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Transactions.Local.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Transactions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Transactions.dll index f740b6929..b123c1de7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Transactions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Transactions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ValueTuple.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ValueTuple.dll index 36c1df4f2..04c40579b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ValueTuple.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.ValueTuple.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Web.HttpUtility.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Web.HttpUtility.dll index d856c1c77..73adb183c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Web.HttpUtility.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Web.HttpUtility.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Web.dll index afce5435b..1cd2cdb98 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Windows.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Windows.dll index edf2f3ad2..2c35f2676 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Windows.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Windows.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.Linq.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.Linq.dll index f159c7dc6..f74ac0704 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.Linq.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.Linq.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.ReaderWriter.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.ReaderWriter.dll index e128922f0..f777fe909 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.ReaderWriter.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.ReaderWriter.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.Serialization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.Serialization.dll index 085fbba19..9cc479b1c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.Serialization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.Serialization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XDocument.dll index c52d01f5c..e9a082eb7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XPath.XDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XPath.XDocument.dll index bba9a8930..04fe68048 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XPath.XDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XPath.XDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XPath.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XPath.dll index 668a0b4f2..4cc1258e0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XPath.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XPath.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XmlDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XmlDocument.dll index ec06f1108..056e977b4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XmlDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XmlDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XmlSerializer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XmlSerializer.dll index 9bee27e87..b76b7bade 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XmlSerializer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.XmlSerializer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.dll index 699c37096..cf549d742 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.dll index 38b4efdc9..7c4937534 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/System.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/WindowsBase.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/WindowsBase.dll index f9f448a41..08d4f1eb5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/WindowsBase.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/WindowsBase.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/mscorlib.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/mscorlib.dll index 9d78a8702..7c1144f41 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/mscorlib.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/mscorlib.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/netstandard.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/netstandard.dll index 1672489f8..ead2a081f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/netstandard.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/bin/Release/net7.0/refs/netstandard.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache index b2578a1f9..2f1000d9a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache index d1bddc395..2f842e6cc 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -136cb9a6416b6d2490edf6bce2fba773579e3e02ccb067a5c2a4c41d2af6e5f5 +48e045cc32b19f74bdea380c8ddb08c5a03db18d55b7f2f82b4f85d4db653a51 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.FileListAbsolute.txt index aa4558470..4a01084ca 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.FileListAbsolute.txt @@ -937,316 +937,3 @@ C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGr C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.HttpApi.dll C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.pdb C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Antiforgery.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.Cookies.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.OAuth.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authorization.Policy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.Forms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Connections.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.CookiePolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Cryptography.Internal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.DataProtection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Diagnostics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.HostFiltering.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Html.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Connections.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Connections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Results.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.HttpLogging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.HttpOverrides.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.HttpsPolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Localization.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.OutputCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Razor.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.RequestDecompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.ResponseCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.ResponseCompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Rewrite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Routing.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.HttpSys.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.IIS.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.IISIntegration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Session.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.SignalR.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.SignalR.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.SignalR.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.StaticFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.AspNetCore.WebUtilities.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.CSharp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Caching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Caching.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Binder.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.CommandLine.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.FileExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Ini.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.UserSecrets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.FileProviders.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.FileProviders.Composite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.FileProviders.Embedded.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.FileProviders.Physical.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.FileSystemGlobbing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Identity.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Identity.Stores.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.EventSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.ObjectPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Options.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Options.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Extensions.WebEncoders.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.JSInterop.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Net.Http.Headers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.VisualBasic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.VisualBasic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Win32.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\Microsoft.Win32.Registry.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\mscorlib.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\netstandard.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.AppContext.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Buffers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Collections.Concurrent.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Collections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Collections.Immutable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Collections.NonGeneric.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Collections.Specialized.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ComponentModel.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ComponentModel.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ComponentModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ComponentModel.EventBasedAsync.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ComponentModel.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ComponentModel.TypeConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Data.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Data.DataSetExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.DiagnosticSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.FileVersionInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.Process.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.StackTrace.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.TextWriterTraceListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.Tools.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Diagnostics.Tracing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Drawing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Drawing.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Dynamic.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Formats.Asn1.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Formats.Tar.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Globalization.Calendars.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Globalization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Globalization.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.Compression.Brotli.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.Compression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.Compression.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.Compression.ZipFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.FileSystem.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.FileSystem.DriveInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.FileSystem.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.FileSystem.Watcher.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.IsolatedStorage.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.MemoryMappedFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.Pipelines.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.Pipes.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.Pipes.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.IO.UnmanagedMemoryStream.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Linq.Expressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Linq.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Linq.Queryable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Http.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.HttpListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Mail.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.NameResolution.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.NetworkInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Ping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Requests.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.ServicePoint.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.WebClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.WebHeaderCollection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.WebProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.WebSockets.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Net.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Numerics.Vectors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ObjectModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.DispatchProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.Emit.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.Emit.ILGeneration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.Emit.Lightweight.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Reflection.TypeExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Resources.Reader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Resources.ResourceManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Resources.Writer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.CompilerServices.Unsafe.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.CompilerServices.VisualC.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Handles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.InteropServices.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.InteropServices.JavaScript.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.InteropServices.RuntimeInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Intrinsics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Loader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Serialization.Formatters.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Serialization.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Serialization.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Runtime.Serialization.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Claims.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.Algorithms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.Cng.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.Csp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.OpenSsl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.X509Certificates.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Cryptography.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Principal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.Principal.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Security.SecureString.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ServiceModel.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ServiceProcess.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Text.Encoding.CodePages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Text.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Text.Encoding.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Text.Encodings.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Text.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Text.RegularExpressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.Channels.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.Overlapped.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.Tasks.Dataflow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.Tasks.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.Tasks.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.Thread.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.ThreadPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Threading.Timer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Transactions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Transactions.Local.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.ValueTuple.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Web.HttpUtility.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.ReaderWriter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.XmlDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.XmlSerializer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.XPath.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\System.Xml.XPath.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\refs\WindowsBase.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.HttpApi.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll index a6ab5e117..02586d3cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb index 07db45eb6..d31d2225b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.HttpApi.dll index b1ab983e4..c0ad3e7cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.HttpApi.dll index b1ab983e4..c0ad3e7cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.AssemblyInfoInputs.cache index d0b994896..4496d046e 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.AssemblyInfoInputs.cache @@ -1 +1 @@ -5968d40c5364ed804398604f4ac5330a5c052957205153f2d9a485404850ec9a +2912ad044ac60d5a5c65b21808281f5270ec6e71 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.GeneratedMSBuildEditorConfig.editorconfig index 4d0af9e99..5a2a8eac3 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.assets.cache index 7d4468a13..769ea5cde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache index 007c92488..084ba0465 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache index fd93a1eb8..1aea6309c 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -5041195dd275912813097fdc4cde340c7322ce323883991fade5e42a9d866d03 +24882959b0c820f6a8efdae9edc196d8b3fbe230 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.FileListAbsolute.txt index 87485fe2b..cbd2c1e65 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.csproj.FileListAbsolute.txt @@ -624,316 +624,3 @@ E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport. E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\refint\WinIn.FasterZ.AgGridReport.HttpApi.dll E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.pdb E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Antiforgery.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.Cookies.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.OAuth.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authorization.Policy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.Forms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Connections.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.CookiePolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Cryptography.Internal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.DataProtection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Diagnostics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.HostFiltering.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Html.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Connections.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Connections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Results.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.HttpLogging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.HttpOverrides.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.HttpsPolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Localization.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.OutputCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Razor.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.RequestDecompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.ResponseCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.ResponseCompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Rewrite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Routing.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.HttpSys.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.IIS.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.IISIntegration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.Session.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.SignalR.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.SignalR.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.SignalR.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.StaticFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.AspNetCore.WebUtilities.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.CSharp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Caching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Caching.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Binder.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.CommandLine.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.FileExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Ini.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.UserSecrets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.FileProviders.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.FileProviders.Composite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.FileProviders.Embedded.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.FileProviders.Physical.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.FileSystemGlobbing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Identity.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Identity.Stores.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.EventSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.ObjectPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Options.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Options.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Extensions.WebEncoders.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.JSInterop.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Net.Http.Headers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.VisualBasic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.VisualBasic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Win32.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\Microsoft.Win32.Registry.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\mscorlib.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\netstandard.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.AppContext.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Buffers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Collections.Concurrent.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Collections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Collections.Immutable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Collections.NonGeneric.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Collections.Specialized.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ComponentModel.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ComponentModel.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ComponentModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ComponentModel.EventBasedAsync.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ComponentModel.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ComponentModel.TypeConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Data.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Data.DataSetExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.DiagnosticSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.FileVersionInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.Process.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.StackTrace.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.TextWriterTraceListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.Tools.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Diagnostics.Tracing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Drawing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Drawing.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Dynamic.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Formats.Asn1.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Formats.Tar.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Globalization.Calendars.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Globalization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Globalization.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.Compression.Brotli.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.Compression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.Compression.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.Compression.ZipFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.FileSystem.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.FileSystem.DriveInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.FileSystem.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.FileSystem.Watcher.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.IsolatedStorage.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.MemoryMappedFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.Pipelines.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.Pipes.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.Pipes.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.IO.UnmanagedMemoryStream.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Linq.Expressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Linq.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Linq.Queryable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Http.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.HttpListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Mail.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.NameResolution.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.NetworkInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Ping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Requests.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.ServicePoint.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.WebClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.WebHeaderCollection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.WebProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.WebSockets.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Net.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Numerics.Vectors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ObjectModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.DispatchProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.Emit.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.Emit.ILGeneration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.Emit.Lightweight.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Reflection.TypeExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Resources.Reader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Resources.ResourceManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Resources.Writer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.CompilerServices.Unsafe.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.CompilerServices.VisualC.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Handles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.InteropServices.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.InteropServices.JavaScript.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.InteropServices.RuntimeInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Intrinsics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Loader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Serialization.Formatters.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Serialization.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Serialization.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Runtime.Serialization.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Claims.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.Algorithms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.Cng.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.Csp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.OpenSsl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.X509Certificates.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Cryptography.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Principal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.Principal.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Security.SecureString.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ServiceModel.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ServiceProcess.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Text.Encoding.CodePages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Text.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Text.Encoding.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Text.Encodings.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Text.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Text.RegularExpressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.Channels.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.Overlapped.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.Tasks.Dataflow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.Tasks.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.Tasks.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.Thread.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.ThreadPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Threading.Timer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Transactions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Transactions.Local.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.ValueTuple.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Web.HttpUtility.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.ReaderWriter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.XmlDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.XmlSerializer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.XPath.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\System.Xml.XPath.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\refs\WindowsBase.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\refint\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.HttpApi\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.HttpApi.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll index b9bc8a1d7..1a5ad7cf2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb index e1b60758b..539cbeb0f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.HttpApi.dll index e7feda7da..58c78d7c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.HttpApi.dll index e7feda7da..58c78d7c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.HttpApi/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportBrandingProvider.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportBrandingProvider.cs new file mode 100644 index 000000000..a4d36b97c --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportBrandingProvider.cs @@ -0,0 +1,10 @@ +using Volo.Abp.Ui.Branding; +using Volo.Abp.DependencyInjection; + +namespace WinIn.FasterZ.AgGridReport.Web; + +[Dependency(ReplaceServices = true)] +public class AgGridReportBrandingProvider : DefaultBrandingProvider +{ + public override string AppName => "AgGridReport"; +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportWebAutoMapperProfile.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportWebAutoMapperProfile.cs new file mode 100644 index 000000000..9033a16b5 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportWebAutoMapperProfile.cs @@ -0,0 +1,15 @@ +using WinIn.FasterZ.AgGridReport.Dtos; +using WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc.ViewModels; +using AutoMapper; + +namespace WinIn.FasterZ.AgGridReport.Web; + +public class AgGridReportWebAutoMapperProfile : Profile +{ + public AgGridReportWebAutoMapperProfile() + { + //Define your AutoMapper configuration here for the Web project. + CreateMap(); + CreateMap(); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportWebModule.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportWebModule.cs new file mode 100644 index 000000000..b3fd0a0f6 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/AgGridReportWebModule.cs @@ -0,0 +1,242 @@ +using System.Collections.Generic; +using System.IO; +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Extensions.DependencyInjection; +using Microsoft.AspNetCore.Hosting; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Hosting; +using WinIn.FasterZ.AgGridReport.EntityFrameworkCore; +using WinIn.FasterZ.AgGridReport.Localization; +using WinIn.FasterZ.AgGridReport.MultiTenancy; +using WinIn.FasterZ.AgGridReport.Web.Menus; +using Microsoft.OpenApi.Models; +using OpenIddict.Validation.AspNetCore; +using Volo.Abp; +using Volo.Abp.Account.Web; +using Volo.Abp.AspNetCore.Mvc; +using Volo.Abp.AspNetCore.Mvc.Localization; +using Volo.Abp.AspNetCore.Mvc.UI; +using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap; +using Volo.Abp.AspNetCore.Mvc.UI.Bundling; +using Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy; +using Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite; +using Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite.Bundling; +using Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared; +using Volo.Abp.AspNetCore.Serilog; +using Volo.Abp.Autofac; +using Volo.Abp.AutoMapper; +using Volo.Abp.BackgroundJobs; +using Volo.Abp.FeatureManagement; +using Volo.Abp.Identity.Web; +using Volo.Abp.Localization; +using Volo.Abp.Modularity; +using Volo.Abp.PermissionManagement.Web; +using Volo.Abp.SettingManagement.Web; +using Volo.Abp.Swashbuckle; +using Volo.Abp.TenantManagement.Web; +using Volo.Abp.UI.Navigation.Urls; +using Volo.Abp.UI; +using Volo.Abp.UI.Navigation; +using Volo.Abp.VirtualFileSystem; +using System; +using System.Linq; +using Microsoft.AspNetCore.Cors; + +namespace WinIn.FasterZ.AgGridReport.Web; + +[DependsOn( + typeof(AgGridReportHttpApiModule), + typeof(AgGridReportApplicationModule), + typeof(AgGridReportEntityFrameworkCoreModule), + typeof(AbpAutofacModule), + typeof(AbpIdentityWebModule), + typeof(AbpSettingManagementWebModule), + typeof(AbpAccountWebOpenIddictModule), + typeof(AbpAspNetCoreMvcUiLeptonXLiteThemeModule), + typeof(AbpTenantManagementWebModule), + typeof(AbpAspNetCoreSerilogModule), + typeof(AbpSwashbuckleModule) + )] +public class AgGridReportWebModule : AbpModule +{ + public override void PreConfigureServices(ServiceConfigurationContext context) + { + context.Services.PreConfigure(options => + { + options.AddAssemblyResource( + typeof(AgGridReportResource), + typeof(AgGridReportDomainModule).Assembly, + typeof(AgGridReportDomainSharedModule).Assembly, + typeof(AgGridReportApplicationModule).Assembly, + typeof(AgGridReportApplicationContractsModule).Assembly, + typeof(AgGridReportWebModule).Assembly + ); + }); + + PreConfigure(builder => + { + builder.AddValidation(options => + { + options.AddAudiences("AgGridReport"); + options.UseLocalServer(); + options.UseAspNetCore(); + }); + }); + } + + public override void ConfigureServices(ServiceConfigurationContext context) + { + var hostingEnvironment = context.Services.GetHostingEnvironment(); + var configuration = context.Services.GetConfiguration(); + + ConfigureAuthentication(context); + ConfigureUrls(configuration); + ConfigureBundles(); + ConfigureAutoMapper(); + context.Services.AddCors(options => + { + options.AddDefaultPolicy(builder => + { + builder + .WithOrigins( + configuration["App:CorsOrigins"]? + .Split(",", StringSplitOptions.RemoveEmptyEntries) + .Select(o => o.RemovePostFix("/")) + .ToArray() ?? Array.Empty() + ) + .WithAbpExposedHeaders() + .SetIsOriginAllowedToAllowWildcardSubdomains() + .AllowAnyHeader() + .AllowAnyMethod() + .AllowCredentials(); + }); + }); + + ConfigureVirtualFileSystem(hostingEnvironment); + ConfigureNavigationServices(); + ConfigureAutoApiControllers(); + ConfigureSwaggerServices(context.Services); + } + + private void ConfigureAuthentication(ServiceConfigurationContext context) + { + //ƹȨ,ڲ + context.Services.AddAlwaysAllowAuthorization(); + context.Services.ForwardIdentityAuthenticationForBearer(OpenIddictValidationAspNetCoreDefaults.AuthenticationScheme); + } + + private void ConfigureUrls(IConfiguration configuration) + { + Configure(options => + { + options.Applications["MVC"].RootUrl = configuration["App:SelfUrl"]; + }); + } + + private void ConfigureBundles() + { + Configure(options => + { + options.StyleBundles.Configure( + LeptonXLiteThemeBundles.Styles.Global, + bundle => + { + bundle.AddFiles("/global-styles.css"); + } + ); + }); + } + + private void ConfigureAutoMapper() + { + Configure(options => + { + options.AddMaps(); + }); + } + + private void ConfigureVirtualFileSystem(IWebHostEnvironment hostingEnvironment) + { + if (hostingEnvironment.IsDevelopment()) + { + Configure(options => + { + options.FileSets.ReplaceEmbeddedByPhysical(Path.Combine(hostingEnvironment.ContentRootPath, $"..{Path.DirectorySeparatorChar}WinIn.FasterZ.AgGridReport.Domain.Shared")); + options.FileSets.ReplaceEmbeddedByPhysical(Path.Combine(hostingEnvironment.ContentRootPath, $"..{Path.DirectorySeparatorChar}WinIn.FasterZ.AgGridReport.Domain")); + options.FileSets.ReplaceEmbeddedByPhysical(Path.Combine(hostingEnvironment.ContentRootPath, $"..{Path.DirectorySeparatorChar}WinIn.FasterZ.AgGridReport.Application.Contracts")); + options.FileSets.ReplaceEmbeddedByPhysical(Path.Combine(hostingEnvironment.ContentRootPath, $"..{Path.DirectorySeparatorChar}WinIn.FasterZ.AgGridReport.Application")); + options.FileSets.ReplaceEmbeddedByPhysical(hostingEnvironment.ContentRootPath); + }); + } + } + + private void ConfigureNavigationServices() + { + Configure(options => + { + options.MenuContributors.Add(new AgGridReportMenuContributor()); + }); + } + + private void ConfigureAutoApiControllers() + { + Configure(options => + { + options.ConventionalControllers.Create(typeof(AgGridReportApplicationModule).Assembly); + }); + } + + private void ConfigureSwaggerServices(IServiceCollection services) + { + services.AddAbpSwaggerGen( + options => + { + options.SwaggerDoc("v1", new OpenApiInfo { Title = "AgGridReport API", Version = "v1" }); + options.DocInclusionPredicate((docName, description) => true); + options.CustomSchemaIds(type => type.FullName); + } + ); + } + + public override void OnApplicationInitialization(ApplicationInitializationContext context) + { + var app = context.GetApplicationBuilder(); + var env = context.GetEnvironment(); + + if (env.IsDevelopment()) + { + app.UseDeveloperExceptionPage(); + } + + app.UseAbpRequestLocalization(); + + if (!env.IsDevelopment()) + { + app.UseErrorPage(); + } + + app.UseCorrelationId(); + app.UseStaticFiles(); + app.UseRouting(); + app.UseCors(); + app.UseAuthentication(); + app.UseAbpOpenIddictValidation(); + + if (MultiTenancyConsts.IsEnabled) + { + app.UseMultiTenancy(); + } + + app.UseUnitOfWork(); + app.UseAuthorization(); + app.UseSwagger(); + app.UseAbpSwaggerUI(options => + { + options.SwaggerEndpoint("/swagger/v1/swagger.json", "AgGridReport API"); + }); + app.UseAuditing(); + app.UseAbpSerilogEnrichers(); + app.UseConfiguredEndpoints(); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Components/_ViewImports.cshtml b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Components/_ViewImports.cshtml new file mode 100644 index 000000000..c1da1f5f1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Components/_ViewImports.cshtml @@ -0,0 +1,4 @@ +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Menus/AgGridReportMenuContributor.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Menus/AgGridReportMenuContributor.cs new file mode 100644 index 000000000..8fe0ae47d --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Menus/AgGridReportMenuContributor.cs @@ -0,0 +1,54 @@ +using System.Threading.Tasks; +using WinIn.FasterZ.AgGridReport.Localization; +using WinIn.FasterZ.AgGridReport.MultiTenancy; +using Volo.Abp.Identity.Web.Navigation; +using Volo.Abp.SettingManagement.Web.Navigation; +using Volo.Abp.TenantManagement.Web.Navigation; +using Volo.Abp.UI.Navigation; + +namespace WinIn.FasterZ.AgGridReport.Web.Menus; + +public class AgGridReportMenuContributor : IMenuContributor +{ + public async Task ConfigureMenuAsync(MenuConfigurationContext context) + { + if (context.Menu.Name == StandardMenus.Main) + { + await ConfigureMainMenuAsync(context); + } + } + + private Task ConfigureMainMenuAsync(MenuConfigurationContext context) + { + var administration = context.Menu.GetAdministration(); + var l = context.GetLocalizer(); + + context.Menu.Items.Insert( + 0, + new ApplicationMenuItem( + AgGridReportMenus.Home, + l["Menu:Home"], + "~/", + icon: "fas fa-home", + order: 0 + ) + ); + + if (MultiTenancyConsts.IsEnabled) + { + administration.SetSubItemOrder(TenantManagementMenuNames.GroupName, 1); + } + else + { + administration.TryRemoveMenuItem(TenantManagementMenuNames.GroupName); + } + + administration.SetSubItemOrder(IdentityMenuNames.GroupName, 2); + administration.SetSubItemOrder(SettingManagementMenuNames.GroupName, 3); + + return Task.CompletedTask; + context.Menu.AddItem( + new ApplicationMenuItem(AgGridReportMenus.MapperProc, l["Menu:MapperProc"], "/WinIn/FasterZ/AgGridReport/MapperProc") + ); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Menus/AgGridReportMenus.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Menus/AgGridReportMenus.cs new file mode 100644 index 000000000..c4bd57382 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Menus/AgGridReportMenus.cs @@ -0,0 +1,11 @@ +namespace WinIn.FasterZ.AgGridReport.Web.Menus; + +public class AgGridReportMenus +{ + private const string Prefix = "AgGridReport"; + public const string Home = Prefix + ".Home"; + + //Add your menu items here... + + public const string MapperProc = Prefix + ".MapperProc"; +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/AgGridReportPageModel.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/AgGridReportPageModel.cs new file mode 100644 index 000000000..7d12cc12e --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/AgGridReportPageModel.cs @@ -0,0 +1,14 @@ +using WinIn.FasterZ.AgGridReport.Localization; +using Volo.Abp.AspNetCore.Mvc.UI.RazorPages; + +namespace WinIn.FasterZ.AgGridReport.Web.Pages; + +/* Inherit your PageModel classes from this class. + */ +public abstract class AgGridReportPageModel : AbpPageModel +{ + protected AgGridReportPageModel() + { + LocalizationResourceType = typeof(AgGridReportResource); + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.cshtml b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.cshtml new file mode 100644 index 000000000..09b2ff55f --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.cshtml @@ -0,0 +1,187 @@ +@page +@using Microsoft.AspNetCore.Mvc.Localization +@using WinIn.FasterZ.AgGridReport.Localization +@using Volo.Abp.Users +@model WinIn.FasterZ.AgGridReport.Web.Pages.IndexModel +@inject IHtmlLocalizer L +@inject ICurrentUser CurrentUser +@section styles { + +} +@section scripts { + +} +
+
+ +

Welcome to the Application

+ +

@L["LongWelcomeMessage"]

+ + @if (!CurrentUser.IsAuthenticated) + { + @L["Login"] + } + +
+
+
+
+
+ +
+
+
+ THE OFFICIAL GUIDE +

Mastering ABP Framework

+

Written by the creator of the ABP Framework, this book will help you gain a complete understanding of the framework and modern web application development techniques.

+ +
+
+
+
+
+
+

Let's improve your application!

+

Here are some links to help you get started:

+
+
+
+
+
+
+
Learn the ABP Framework
+

Explore the compherensive documentation to learn how to build a modern web application.

+ See Documents +
+
+
+
+
Samples
+

See the example projects built with the ABP Framework.

+ All samples +
+
+
+
+
ABP Community
+

Get involved with a vibrant community and become a contributor.

+ Community + Contribute +
+
+
+
+
+
+
ABP Blog
+

Take a look at our recently published articles.

+ See Blog +
+
+
+
+
Github
+

Do you love the ABP Framework? Please give a star to support it!

+

+ Star + Issue + Fork +

+ Request a feature + +
+
+
+
+
Stackoverflow
+

See answers to previously asked questions or ask a new one.

+ Questions + Ask a Question +
+
+
+
+
+ +
+

Meet the ABP Commercial

+

A Complete Web Application Platform Built on the ABP Framework

+
+ +
+
+

+ ABP Commercial is a platform based on the open source ABP framework. It provides pre-built application modules, + rapid application development tooling, professional UI themes, premium support and more. +

+ +
+
+
+
+ Startup Templates + Details +
+
+
+
+
+
+ Application Modules + Details +
+
+
+
+
+
+ Developer
Tools + Details +
+
+
+
+
+
+ UI
Themes + Details +
+
+
+
+
+
+ Premium Support + Details +
+
+
+
+
+
+ Additional Services + Details +
+
+
+
+
+
+ +
diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.cshtml.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.cshtml.cs new file mode 100644 index 000000000..aa1bdc0d1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.cshtml.cs @@ -0,0 +1,9 @@ +namespace WinIn.FasterZ.AgGridReport.Web.Pages; + +public class IndexModel : AgGridReportPageModel +{ + public void OnGet() + { + + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.css b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.css new file mode 100644 index 000000000..7f8a925bc --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.css @@ -0,0 +1,3 @@ +body { + +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.js b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.js new file mode 100644 index 000000000..32b47c56f --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.js @@ -0,0 +1,3 @@ +$(function () { + abp.log.debug('Index.js initialized!'); +}); diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/CreateModal.cshtml b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/CreateModal.cshtml new file mode 100644 index 000000000..38dc2cc6a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/CreateModal.cshtml @@ -0,0 +1,18 @@ +@page +@using Microsoft.AspNetCore.Mvc.Localization +@using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal; +@using WinIn.FasterZ.AgGridReport.Localization +@inject IHtmlLocalizer L +@model WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc.CreateModalModel +@{ + Layout = null; +} + + + + + + + + + \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/CreateModal.cshtml.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/CreateModal.cshtml.cs new file mode 100644 index 000000000..5b7e56a49 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/CreateModal.cshtml.cs @@ -0,0 +1,27 @@ +using System.Threading.Tasks; +using Microsoft.AspNetCore.Mvc; +using WinIn.FasterZ.AgGridReport; +using WinIn.FasterZ.AgGridReport.Dtos; +using WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc.ViewModels; + +namespace WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc; + +public class CreateModalModel : AgGridReportPageModel +{ + [BindProperty] + public CreateEditMapperProcViewModel ViewModel { get; set; } + + private readonly IMapperProcAppService _service; + + public CreateModalModel(IMapperProcAppService service) + { + _service = service; + } + + public virtual async Task OnPostAsync() + { + var dto = ObjectMapper.Map(ViewModel); + await _service.CreateAsync(dto); + return NoContent(); + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/EditModal.cshtml b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/EditModal.cshtml new file mode 100644 index 000000000..a1e02cb13 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/EditModal.cshtml @@ -0,0 +1,19 @@ +@page +@using WinIn.FasterZ.AgGridReport.Localization +@using Microsoft.AspNetCore.Mvc.Localization +@using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal; +@inject IHtmlLocalizer L +@model WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc.EditModalModel +@{ + Layout = null; +} + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/EditModal.cshtml.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/EditModal.cshtml.cs new file mode 100644 index 000000000..a0c6e850a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/EditModal.cshtml.cs @@ -0,0 +1,38 @@ +using System; +using System.Threading.Tasks; +using Microsoft.AspNetCore.Mvc; +using WinIn.FasterZ.AgGridReport; +using WinIn.FasterZ.AgGridReport.Dtos; +using WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc.ViewModels; + +namespace WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc; + +public class EditModalModel : AgGridReportPageModel +{ + [HiddenInput] + [BindProperty(SupportsGet = true)] + public Guid Id { get; set; } + + [BindProperty] + public CreateEditMapperProcViewModel ViewModel { get; set; } + + private readonly IMapperProcAppService _service; + + public EditModalModel(IMapperProcAppService service) + { + _service = service; + } + + public virtual async Task OnGetAsync() + { + var dto = await _service.GetAsync(Id); + ViewModel = ObjectMapper.Map(dto); + } + + public virtual async Task OnPostAsync() + { + var dto = ObjectMapper.Map(ViewModel); + await _service.UpdateAsync(Id, dto); + return NoContent(); + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/Index.cshtml b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/Index.cshtml new file mode 100644 index 000000000..d209bdf3d --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/Index.cshtml @@ -0,0 +1,50 @@ +@page +@using Microsoft.AspNetCore.Authorization +@using Microsoft.AspNetCore.Mvc.Localization +@using Volo.Abp.AspNetCore.Mvc.UI.Layout +@using WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc +@using WinIn.FasterZ.AgGridReport.Localization +@using WinIn.FasterZ.AgGridReport.Web.Menus +@model IndexModel +@inject IPageLayout PageLayout +@inject IHtmlLocalizer L +@{ + PageLayout.Content.Title = L["MapperProc"].Value; + PageLayout.Content.BreadCrumb.Add(L["Menu:MapperProc"].Value); + PageLayout.Content.MenuItemName = AgGridReportMenus.MapperProc; +} + +@section scripts +{ + +} +@section styles +{ + +} + + + + + + @L["MapperProc"] + + + + + + + + + @L["TableFilter"] + + + +
+
+ +
+
diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/Index.cshtml.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/Index.cshtml.cs new file mode 100644 index 000000000..892ccccf2 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/Index.cshtml.cs @@ -0,0 +1,31 @@ +using System; +using System.Threading.Tasks; +using System.ComponentModel.DataAnnotations; +using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Form; + +namespace WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc; + +public class IndexModel : AgGridReportPageModel +{ + public MapperProcFilterInput MapperProcFilter { get; set; } + + public virtual async Task OnGetAsync() + { + await Task.CompletedTask; + } +} + +public class MapperProcFilterInput +{ + [FormControlSize(AbpFormControlSize.Small)] + [Display(Name = "MapperProcProcName")] + public string ProcName { get; set; } + + [FormControlSize(AbpFormControlSize.Small)] + [Display(Name = "MapperProcProcParameters")] + public string ProcParameters { get; set; } + + [FormControlSize(AbpFormControlSize.Small)] + [Display(Name = "MapperProcRemark")] + public string Remark { get; set; } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/ViewModels/CreateEditMapperProcViewModel.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/ViewModels/CreateEditMapperProcViewModel.cs new file mode 100644 index 000000000..c36a1bb12 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/ViewModels/CreateEditMapperProcViewModel.cs @@ -0,0 +1,16 @@ +using System; +using System.ComponentModel.DataAnnotations; + +namespace WinIn.FasterZ.AgGridReport.Web.Pages.WinIn.FasterZ.AgGridReport.MapperProc.ViewModels; + +public class CreateEditMapperProcViewModel +{ + [Display(Name = "MapperProcProcName")] + public string ProcName { get; set; } + + [Display(Name = "MapperProcProcParameters")] + public string ProcParameters { get; set; } + + [Display(Name = "MapperProcRemark")] + public string Remark { get; set; } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/index.css b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/index.css new file mode 100644 index 000000000..e69de29bb diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/index.js b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/index.js new file mode 100644 index 000000000..b7de34fb9 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/index.js @@ -0,0 +1,90 @@ +$(function () { + + $("#MapperProcFilter :input").on('input', function () { + dataTable.ajax.reload(); + }); + + $('#MapperProcFilter div').addClass('col-sm-3').parent().addClass('row'); + + var getFilter = function () { + var input = {}; + $("#MapperProcFilter") + .serializeArray() + .forEach(function (data) { + if (data.value != '') { + input[abp.utils.toCamelCase(data.name.replace(/MapperProcFilter./g, ''))] = data.value; + } + }) + return input; + }; + + var l = abp.localization.getResource('AgGridReport'); + + var service = winIn.fasterZ.agGridReport.mapperProc; + var createModal = new abp.ModalManager(abp.appPath + 'WinIn/FasterZ/AgGridReport/MapperProc/CreateModal'); + var editModal = new abp.ModalManager(abp.appPath + 'WinIn/FasterZ/AgGridReport/MapperProc/EditModal'); + + var dataTable = $('#MapperProcTable').DataTable(abp.libs.datatables.normalizeConfiguration({ + processing: true, + serverSide: true, + paging: true, + searching: false,//disable default searchbox + autoWidth: false, + scrollCollapse: true, + order: [[0, "asc"]], + ajax: abp.libs.datatables.createAjax(service.getList,getFilter), + columnDefs: [ + { + rowAction: { + items: + [ + { + text: l('Edit'), + action: function (data) { + editModal.open({ id: data.record.id }); + } + }, + { + text: l('Delete'), + confirmMessage: function (data) { + return l('MapperProcDeletionConfirmationMessage', data.record.id); + }, + action: function (data) { + service.delete(data.record.id) + .then(function () { + abp.notify.info(l('SuccessfullyDeleted')); + dataTable.ajax.reload(); + }); + } + } + ] + } + }, + { + title: l('MapperProcProcName'), + data: "procName" + }, + { + title: l('MapperProcProcParameters'), + data: "procParameters" + }, + { + title: l('MapperProcRemark'), + data: "remark" + }, + ] + })); + + createModal.onResult(function () { + dataTable.ajax.reload(); + }); + + editModal.onResult(function () { + dataTable.ajax.reload(); + }); + + $('#NewMapperProcButton').click(function (e) { + e.preventDefault(); + createModal.open(); + }); +}); diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/_ViewImports.cshtml b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/_ViewImports.cshtml new file mode 100644 index 000000000..c1da1f5f1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/_ViewImports.cshtml @@ -0,0 +1,4 @@ +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Program.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Program.cs new file mode 100644 index 000000000..40f26c748 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Program.cs @@ -0,0 +1,56 @@ +using System; +using System.Threading.Tasks; +using Microsoft.AspNetCore.Builder; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Hosting; +using Serilog; +using Serilog.Events; + +namespace WinIn.FasterZ.AgGridReport.Web; + +public class Program +{ + public async static Task Main(string[] args) + { + Log.Logger = new LoggerConfiguration() +#if DEBUG + .MinimumLevel.Debug() +#else + .MinimumLevel.Information() +#endif + .MinimumLevel.Override("Microsoft", LogEventLevel.Information) + .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning) + .Enrich.FromLogContext() + .WriteTo.Async(c => c.File("Logs/logs.txt")) + .WriteTo.Async(c => c.Console()) + .CreateLogger(); + + try + { + Log.Information("Starting web host."); + var builder = WebApplication.CreateBuilder(args); + builder.Host.AddAppSettingsSecretsJson() + .UseAutofac() + .UseSerilog(); + await builder.AddApplicationAsync(); + var app = builder.Build(); + await app.InitializeApplicationAsync(); + await app.RunAsync(); + return 0; + } + catch (Exception ex) + { + if (ex is HostAbortedException) + { + throw; + } + + Log.Fatal(ex, "Host terminated unexpectedly!"); + return 1; + } + finally + { + Log.CloseAndFlush(); + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/AssemblyInfo.cs b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..796064fe0 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/AssemblyInfo.cs @@ -0,0 +1,2 @@ +using System.Runtime.CompilerServices; +[assembly:InternalsVisibleToAttribute("WinIn.FasterZ.AgGridReport.Web.Tests")] diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/PublishProfiles/FolderProfile1.pubxml b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/PublishProfiles/FolderProfile1.pubxml deleted file mode 100644 index cee9a528b..000000000 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/PublishProfiles/FolderProfile1.pubxml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - false - false - true - Release - Any CPU - FileSystem - bin\Release\net7.0\publish\ - FileSystem - <_TargetId>Folder - - \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/PublishProfiles/FolderProfile1.pubxml.user b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/PublishProfiles/FolderProfile1.pubxml.user deleted file mode 100644 index db24a77df..000000000 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/PublishProfiles/FolderProfile1.pubxml.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - - <_PublishTargetUrl>E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\publish\ - True|2024-03-21T09:18:00.1573252Z; - - - \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/launchSettings.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/launchSettings.json new file mode 100644 index 000000000..a87b627ad --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Properties/launchSettings.json @@ -0,0 +1,27 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://192.168.0.157:60029/", + "sslPort": 44341 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "WinIn.FasterZ.AgGridReport.Web": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "http://192.168.0.157:60029/" + } + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Views/_ViewImports.cshtml b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Views/_ViewImports.cshtml new file mode 100644 index 000000000..c1da1f5f1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Views/_ViewImports.cshtml @@ -0,0 +1,4 @@ +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap +@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/WinIn.FasterZ.AgGridReport.Web.csproj b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/WinIn.FasterZ.AgGridReport.Web.csproj new file mode 100644 index 000000000..87a1f8293 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/WinIn.FasterZ.AgGridReport.Web.csproj @@ -0,0 +1,56 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport.Web + $(AssetTargetFallback);portable-net45+win8+wp8+wpa81; + true + true + true + false + true + WinIn.FasterZ.AgGridReport-4681b4fd-151f-4221-84a4-929d86723e4c + + + + + + + + + + + + Always + + + Always + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/WinIn.FasterZ.AgGridReport.Web.csproj.user b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/WinIn.FasterZ.AgGridReport.Web.csproj.user index 275486d00..bf014867c 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/WinIn.FasterZ.AgGridReport.Web.csproj.user +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/WinIn.FasterZ.AgGridReport.Web.csproj.user @@ -5,6 +5,6 @@ WinIn.FasterZ.AgGridReport.Web - E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\Properties\PublishProfiles\FolderProfile1.pubxml + E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\Properties\PublishProfiles\FolderProfile.pubxml \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/abp.resourcemapping.js b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/abp.resourcemapping.js new file mode 100644 index 000000000..4a2ad4589 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/abp.resourcemapping.js @@ -0,0 +1,11 @@ +module.exports = { + aliases: { + + }, + clean: [ + + ], + mappings: { + + } +}; diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.Development.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.Development.json new file mode 100644 index 000000000..2c63c0851 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.Development.json @@ -0,0 +1,2 @@ +{ +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.json new file mode 100644 index 000000000..d671ff4d0 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.json @@ -0,0 +1,17 @@ +{ + "App": { + "SelfUrl": "http://localhost:60029", + "CorsOrigins": "http://192.168.0.146:8082", + "Audit": { + "IsEnabled": false // 禁用审计功能 + // 其他审计相关设置项 + } + }, + "ConnectionStrings": { + "Default": "Server=dev.ccwin-in.com,13319;Database=WMS_IAC_Report_AgGrid;uid=ccwin-in;pwd=Microsoft@2022;timeout=12000;Encrypt=False;" + }, + "StringEncryption": { + "DefaultPassPhrase": "OsY6zy4nQqBrk3lw" + }, + "urls": "http://192.168.0.157:60029" +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.secrets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.secrets.json new file mode 100644 index 000000000..7a73a41bf --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/appsettings.secrets.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index 73a3006e8..564e4c029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 96010ff3c..b6eb4216c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll index 006dcbedb..b92e82021 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb index 0590dba6b..e5d750776 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index f77276ee2..a3e2d2292 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index 286d34a63..ea87f5288 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index a8483577f..5184834fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index a0a20daee..23ec46a68 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index 83ad48a3c..54f0b6c6f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index 6fa5ea7fb..946f5ba78 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll index a6ab5e117..02586d3cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb index 07db45eb6..d31d2225b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.dll index 38d251831..5a695563e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.exe b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.exe index 0fc217b4b..787a0a1d7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.exe and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.exe differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb index 94cd2028a..535a29235 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json index c45580bd5..d820ded9e 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json @@ -1 +1 @@ -{"ContentRoots":["E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\"],"Root":{"Children":{"global-styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"global-styles.css"},"Patterns":null},"images":{"Children":{"logo":{"Children":{"leptonx":{"Children":{"logo-dark-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark-thumbnail.png"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark.png"},"Patterns":null},"logo-light-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light-thumbnail.png"},"Patterns":null},"logo-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"libs":{"Children":{"@fortawesome":{"Children":{"fontawesome-free":{"Children":{"css":{"Children":{"all.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/all.css"},"Patterns":null},"v4-shims.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/v4-shims.css"},"Patterns":null}},"Asset":null,"Patterns":null},"webfonts":{"Children":{"fa-brands-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot"},"Patterns":null},"fa-brands-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg"},"Patterns":null},"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"},"Patterns":null},"fa-regular-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot"},"Patterns":null},"fa-solid-900.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"abp":{"Children":{"core":{"Children":{"abp.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.css"},"Patterns":null},"abp.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"abp.jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/jquery/abp.jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"abp.luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/luxon/abp.luxon.js"},"Patterns":null}},"Asset":null,"Patterns":null},"utils":{"Children":{"abp-utils.umd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js"},"Patterns":null},"abp-utils.umd.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js.map"},"Patterns":null},"abp-utils.umd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js"},"Patterns":null},"abp-utils.umd.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-datepicker":{"Children":{"bootstrap-datepicker.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.css.map"},"Patterns":null},"bootstrap-datepicker.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.css"},"Patterns":null},"bootstrap-datepicker.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.js"},"Patterns":null},"locales":{"Children":{"bootstrap-datepicker-en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.ar-DZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js"},"Patterns":null},"bootstrap-datepicker.ar-tn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js"},"Patterns":null},"bootstrap-datepicker.ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js"},"Patterns":null},"bootstrap-datepicker.az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js"},"Patterns":null},"bootstrap-datepicker.bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js"},"Patterns":null},"bootstrap-datepicker.bm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js"},"Patterns":null},"bootstrap-datepicker.bn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js"},"Patterns":null},"bootstrap-datepicker.br.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js"},"Patterns":null},"bootstrap-datepicker.bs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js"},"Patterns":null},"bootstrap-datepicker.ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js"},"Patterns":null},"bootstrap-datepicker.cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js"},"Patterns":null},"bootstrap-datepicker.cy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js"},"Patterns":null},"bootstrap-datepicker.da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js"},"Patterns":null},"bootstrap-datepicker.de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js"},"Patterns":null},"bootstrap-datepicker.el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js"},"Patterns":null},"bootstrap-datepicker.en-AU.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js"},"Patterns":null},"bootstrap-datepicker.en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.en-GB.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js"},"Patterns":null},"bootstrap-datepicker.en-IE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js"},"Patterns":null},"bootstrap-datepicker.en-NZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js"},"Patterns":null},"bootstrap-datepicker.en-US.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js"},"Patterns":null},"bootstrap-datepicker.en-ZA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js"},"Patterns":null},"bootstrap-datepicker.eo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js"},"Patterns":null},"bootstrap-datepicker.es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js"},"Patterns":null},"bootstrap-datepicker.et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js"},"Patterns":null},"bootstrap-datepicker.eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js"},"Patterns":null},"bootstrap-datepicker.fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js"},"Patterns":null},"bootstrap-datepicker.fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js"},"Patterns":null},"bootstrap-datepicker.fo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js"},"Patterns":null},"bootstrap-datepicker.fr-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js"},"Patterns":null},"bootstrap-datepicker.fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js"},"Patterns":null},"bootstrap-datepicker.gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js"},"Patterns":null},"bootstrap-datepicker.he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js"},"Patterns":null},"bootstrap-datepicker.hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js"},"Patterns":null},"bootstrap-datepicker.hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js"},"Patterns":null},"bootstrap-datepicker.hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js"},"Patterns":null},"bootstrap-datepicker.hy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js"},"Patterns":null},"bootstrap-datepicker.id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js"},"Patterns":null},"bootstrap-datepicker.is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js"},"Patterns":null},"bootstrap-datepicker.it-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js"},"Patterns":null},"bootstrap-datepicker.it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js"},"Patterns":null},"bootstrap-datepicker.ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js"},"Patterns":null},"bootstrap-datepicker.ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js"},"Patterns":null},"bootstrap-datepicker.kh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js"},"Patterns":null},"bootstrap-datepicker.kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js"},"Patterns":null},"bootstrap-datepicker.km.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js"},"Patterns":null},"bootstrap-datepicker.ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js"},"Patterns":null},"bootstrap-datepicker.kr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js"},"Patterns":null},"bootstrap-datepicker.lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js"},"Patterns":null},"bootstrap-datepicker.lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js"},"Patterns":null},"bootstrap-datepicker.me.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js"},"Patterns":null},"bootstrap-datepicker.mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js"},"Patterns":null},"bootstrap-datepicker.mn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js"},"Patterns":null},"bootstrap-datepicker.mr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js"},"Patterns":null},"bootstrap-datepicker.ms.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js"},"Patterns":null},"bootstrap-datepicker.nl-BE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js"},"Patterns":null},"bootstrap-datepicker.nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js"},"Patterns":null},"bootstrap-datepicker.no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js"},"Patterns":null},"bootstrap-datepicker.oc.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js"},"Patterns":null},"bootstrap-datepicker.pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js"},"Patterns":null},"bootstrap-datepicker.pt-BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js"},"Patterns":null},"bootstrap-datepicker.pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js"},"Patterns":null},"bootstrap-datepicker.ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js"},"Patterns":null},"bootstrap-datepicker.rs-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js"},"Patterns":null},"bootstrap-datepicker.rs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js"},"Patterns":null},"bootstrap-datepicker.ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js"},"Patterns":null},"bootstrap-datepicker.si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js"},"Patterns":null},"bootstrap-datepicker.sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js"},"Patterns":null},"bootstrap-datepicker.sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js"},"Patterns":null},"bootstrap-datepicker.sq.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js"},"Patterns":null},"bootstrap-datepicker.sr-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js"},"Patterns":null},"bootstrap-datepicker.sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js"},"Patterns":null},"bootstrap-datepicker.sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js"},"Patterns":null},"bootstrap-datepicker.sw.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js"},"Patterns":null},"bootstrap-datepicker.ta.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js"},"Patterns":null},"bootstrap-datepicker.tg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js"},"Patterns":null},"bootstrap-datepicker.th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js"},"Patterns":null},"bootstrap-datepicker.tk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js"},"Patterns":null},"bootstrap-datepicker.tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js"},"Patterns":null},"bootstrap-datepicker.uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js"},"Patterns":null},"bootstrap-datepicker.uz-cyrl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js"},"Patterns":null},"bootstrap-datepicker.uz-latn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js"},"Patterns":null},"bootstrap-datepicker.vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js"},"Patterns":null},"bootstrap-datepicker.zh-CN.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js"},"Patterns":null},"bootstrap-datepicker.zh-TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-daterangepicker":{"Children":{"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.css"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.js"},"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap":{"Children":{"css":{"Children":{"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net-bs5":{"Children":{"css":{"Children":{"dataTables.bootstrap5.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/css/dataTables.bootstrap5.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"dataTables.bootstrap5.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/js/dataTables.bootstrap5.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net":{"Children":{"js":{"Children":{"jquery.dataTables.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net/js/jquery.dataTables.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-form":{"Children":{"jquery.form.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-form/jquery.form.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/jquery.validate.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery/jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lodash":{"Children":{"lodash.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/lodash/lodash.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js"},"Patterns":null},"luxon.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js.map"},"Patterns":null},"luxon.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js"},"Patterns":null},"luxon.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"malihu-custom-scrollbar-plugin":{"Children":{"jquery.mCustomScrollbar.concat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"},"Patterns":null},"jquery.mCustomScrollbar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"},"Patterns":null},"jquery.mCustomScrollbar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"},"Patterns":null},"mCSB_buttons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png"},"Patterns":null},"package.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/package.json"},"Patterns":null},"readme.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/readme.md"},"Patterns":null}},"Asset":null,"Patterns":null},"moment":{"Children":{"locale":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/af.js"},"Patterns":null},"ar-dz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-dz.js"},"Patterns":null},"ar-kw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-kw.js"},"Patterns":null},"ar-ly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ly.js"},"Patterns":null},"ar-ma.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ma.js"},"Patterns":null},"ar-sa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-sa.js"},"Patterns":null},"ar-tn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-tn.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/az.js"},"Patterns":null},"be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/be.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bg.js"},"Patterns":null},"bm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bm.js"},"Patterns":null},"bn-bd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn-bd.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn.js"},"Patterns":null},"bo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bo.js"},"Patterns":null},"br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/br.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cs.js"},"Patterns":null},"cv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cv.js"},"Patterns":null},"cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cy.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/da.js"},"Patterns":null},"de-at.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-at.js"},"Patterns":null},"de-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-ch.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de.js"},"Patterns":null},"dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/dv.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/el.js"},"Patterns":null},"en-au.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-au.js"},"Patterns":null},"en-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ca.js"},"Patterns":null},"en-gb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-gb.js"},"Patterns":null},"en-ie.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ie.js"},"Patterns":null},"en-il.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-il.js"},"Patterns":null},"en-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-in.js"},"Patterns":null},"en-nz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-nz.js"},"Patterns":null},"en-sg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-sg.js"},"Patterns":null},"eo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eo.js"},"Patterns":null},"es-do.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-do.js"},"Patterns":null},"es-mx.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-mx.js"},"Patterns":null},"es-us.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-us.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fi.js"},"Patterns":null},"fil.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fil.js"},"Patterns":null},"fo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fo.js"},"Patterns":null},"fr-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ca.js"},"Patterns":null},"fr-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ch.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr.js"},"Patterns":null},"fy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fy.js"},"Patterns":null},"ga.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ga.js"},"Patterns":null},"gd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gd.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gl.js"},"Patterns":null},"gom-deva.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-deva.js"},"Patterns":null},"gom-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-latn.js"},"Patterns":null},"gu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gu.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hr.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hu.js"},"Patterns":null},"hy-am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hy-am.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/is.js"},"Patterns":null},"it-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it-ch.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ja.js"},"Patterns":null},"jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/jv.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ka.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kk.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/km.js"},"Patterns":null},"kn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kn.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ko.js"},"Patterns":null},"ku.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ku.js"},"Patterns":null},"ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ky.js"},"Patterns":null},"lb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lb.js"},"Patterns":null},"lo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lo.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lv.js"},"Patterns":null},"me.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/me.js"},"Patterns":null},"mi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mi.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mk.js"},"Patterns":null},"ml.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ml.js"},"Patterns":null},"mn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mn.js"},"Patterns":null},"mr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mr.js"},"Patterns":null},"ms-my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms-my.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms.js"},"Patterns":null},"mt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mt.js"},"Patterns":null},"my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/my.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ne.js"},"Patterns":null},"nl-be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl-be.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl.js"},"Patterns":null},"nn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nn.js"},"Patterns":null},"oc-lnc.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/oc-lnc.js"},"Patterns":null},"pa-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pa-in.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pl.js"},"Patterns":null},"pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt-br.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ru.js"},"Patterns":null},"sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sd.js"},"Patterns":null},"se.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/se.js"},"Patterns":null},"si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/si.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sq.js"},"Patterns":null},"sr-cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr-cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr.js"},"Patterns":null},"ss.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ss.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sv.js"},"Patterns":null},"sw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sw.js"},"Patterns":null},"ta.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ta.js"},"Patterns":null},"te.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/te.js"},"Patterns":null},"tet.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tet.js"},"Patterns":null},"tg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tg.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tk.js"},"Patterns":null},"tl-ph.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tl-ph.js"},"Patterns":null},"tlh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tlh.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tr.js"},"Patterns":null},"tzl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzl.js"},"Patterns":null},"tzm-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm-latn.js"},"Patterns":null},"tzm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm.js"},"Patterns":null},"ug-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ug-cn.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uk.js"},"Patterns":null},"ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ur.js"},"Patterns":null},"uz-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz-latn.js"},"Patterns":null},"uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/vi.js"},"Patterns":null},"x-pseudo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/x-pseudo.js"},"Patterns":null},"yo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/yo.js"},"Patterns":null},"zh-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-cn.js"},"Patterns":null},"zh-hk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-hk.js"},"Patterns":null},"zh-mo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-mo.js"},"Patterns":null},"zh-tw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-tw.js"},"Patterns":null}},"Asset":null,"Patterns":null},"moment.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/moment.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2":{"Children":{"css":{"Children":{"select2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/css/select2.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"i18n":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/af.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/az.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bg.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bn.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/de.js"},"Patterns":null},"dsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/dsb.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fi.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fr.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/gl.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hr.js"},"Patterns":null},"hsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hsb.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hu.js"},"Patterns":null},"hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hy.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/is.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ja.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ka.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/km.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ko.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lv.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/mk.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ms.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ne.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pl.js"},"Patterns":null},"ps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ps.js"},"Patterns":null},"pt-BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt-BR.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sq.js"},"Patterns":null},"sr-Cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr-Cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sv.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tk.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/vi.js"},"Patterns":null},"zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-CN.js"},"Patterns":null},"zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-TW.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2.full.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.full.min.js"},"Patterns":null},"select2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"sweetalert2":{"Children":{"sweetalert2.all.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.js"},"Patterns":null},"sweetalert2.all.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.min.js"},"Patterns":null},"sweetalert2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.css"},"Patterns":null},"sweetalert2.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.js"},"Patterns":null},"sweetalert2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.css"},"Patterns":null},"sweetalert2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"timeago":{"Children":{"jquery.timeago.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/jquery.timeago.js"},"Patterns":null},"locales":{"Children":{"jquery.timeago.af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.af.js"},"Patterns":null},"jquery.timeago.am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.am.js"},"Patterns":null},"jquery.timeago.ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ar.js"},"Patterns":null},"jquery.timeago.az-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az-short.js"},"Patterns":null},"jquery.timeago.az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az.js"},"Patterns":null},"jquery.timeago.be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.be.js"},"Patterns":null},"jquery.timeago.bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bg.js"},"Patterns":null},"jquery.timeago.bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bs.js"},"Patterns":null},"jquery.timeago.ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ca.js"},"Patterns":null},"jquery.timeago.cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cs.js"},"Patterns":null},"jquery.timeago.cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cy.js"},"Patterns":null},"jquery.timeago.da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.da.js"},"Patterns":null},"jquery.timeago.de-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de-short.js"},"Patterns":null},"jquery.timeago.de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de.js"},"Patterns":null},"jquery.timeago.dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.dv.js"},"Patterns":null},"jquery.timeago.el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.el.js"},"Patterns":null},"jquery.timeago.en-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en-short.js"},"Patterns":null},"jquery.timeago.en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en.js"},"Patterns":null},"jquery.timeago.es-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es-short.js"},"Patterns":null},"jquery.timeago.es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es.js"},"Patterns":null},"jquery.timeago.et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.et.js"},"Patterns":null},"jquery.timeago.eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.eu.js"},"Patterns":null},"jquery.timeago.fa-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa-short.js"},"Patterns":null},"jquery.timeago.fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa.js"},"Patterns":null},"jquery.timeago.fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fi.js"},"Patterns":null},"jquery.timeago.fr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr-short.js"},"Patterns":null},"jquery.timeago.fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr.js"},"Patterns":null},"jquery.timeago.gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.gl.js"},"Patterns":null},"jquery.timeago.he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.he.js"},"Patterns":null},"jquery.timeago.hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hr.js"},"Patterns":null},"jquery.timeago.hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hu.js"},"Patterns":null},"jquery.timeago.hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hy.js"},"Patterns":null},"jquery.timeago.id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.id.js"},"Patterns":null},"jquery.timeago.is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.is.js"},"Patterns":null},"jquery.timeago.it-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it-short.js"},"Patterns":null},"jquery.timeago.it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it.js"},"Patterns":null},"jquery.timeago.ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ja.js"},"Patterns":null},"jquery.timeago.jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.jv.js"},"Patterns":null},"jquery.timeago.ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ko.js"},"Patterns":null},"jquery.timeago.ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ky.js"},"Patterns":null},"jquery.timeago.lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lt.js"},"Patterns":null},"jquery.timeago.lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lv.js"},"Patterns":null},"jquery.timeago.mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.mk.js"},"Patterns":null},"jquery.timeago.nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.nl.js"},"Patterns":null},"jquery.timeago.no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.no.js"},"Patterns":null},"jquery.timeago.pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pl.js"},"Patterns":null},"jquery.timeago.pt-br-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br-short.js"},"Patterns":null},"jquery.timeago.pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br.js"},"Patterns":null},"jquery.timeago.pt-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-short.js"},"Patterns":null},"jquery.timeago.pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt.js"},"Patterns":null},"jquery.timeago.ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ro.js"},"Patterns":null},"jquery.timeago.rs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rs.js"},"Patterns":null},"jquery.timeago.ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ru.js"},"Patterns":null},"jquery.timeago.rw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rw.js"},"Patterns":null},"jquery.timeago.si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.si.js"},"Patterns":null},"jquery.timeago.sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sk.js"},"Patterns":null},"jquery.timeago.sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sl.js"},"Patterns":null},"jquery.timeago.sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sq.js"},"Patterns":null},"jquery.timeago.sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sr.js"},"Patterns":null},"jquery.timeago.sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sv.js"},"Patterns":null},"jquery.timeago.th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.th.js"},"Patterns":null},"jquery.timeago.tr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr-short.js"},"Patterns":null},"jquery.timeago.tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr.js"},"Patterns":null},"jquery.timeago.uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uk.js"},"Patterns":null},"jquery.timeago.ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ur.js"},"Patterns":null},"jquery.timeago.uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uz.js"},"Patterns":null},"jquery.timeago.vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.vi.js"},"Patterns":null},"jquery.timeago.zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-CN.js"},"Patterns":null},"jquery.timeago.zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-TW.js"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/README.md"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"toastr":{"Children":{"toastr.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.css"},"Patterns":null},"toastr.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.js.map"},"Patterns":null},"toastr.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.css"},"Patterns":null},"toastr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\"],"Root":{"Children":{"global-styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"global-styles.css"},"Patterns":null},"images":{"Children":{"logo":{"Children":{"leptonx":{"Children":{"logo-dark-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark-thumbnail.png"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark.png"},"Patterns":null},"logo-light-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light-thumbnail.png"},"Patterns":null},"logo-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"libs":{"Children":{"@fortawesome":{"Children":{"fontawesome-free":{"Children":{"css":{"Children":{"all.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/all.css"},"Patterns":null},"v4-shims.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/v4-shims.css"},"Patterns":null}},"Asset":null,"Patterns":null},"webfonts":{"Children":{"fa-brands-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot"},"Patterns":null},"fa-brands-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg"},"Patterns":null},"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"},"Patterns":null},"fa-regular-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot"},"Patterns":null},"fa-solid-900.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"abp":{"Children":{"core":{"Children":{"abp.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.css"},"Patterns":null},"abp.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"abp.jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/jquery/abp.jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"abp.luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/luxon/abp.luxon.js"},"Patterns":null}},"Asset":null,"Patterns":null},"utils":{"Children":{"abp-utils.umd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js"},"Patterns":null},"abp-utils.umd.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js.map"},"Patterns":null},"abp-utils.umd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js"},"Patterns":null},"abp-utils.umd.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-datepicker":{"Children":{"bootstrap-datepicker.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.css.map"},"Patterns":null},"bootstrap-datepicker.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.css"},"Patterns":null},"bootstrap-datepicker.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.js"},"Patterns":null},"locales":{"Children":{"bootstrap-datepicker-en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.ar-DZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js"},"Patterns":null},"bootstrap-datepicker.ar-tn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js"},"Patterns":null},"bootstrap-datepicker.ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js"},"Patterns":null},"bootstrap-datepicker.az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js"},"Patterns":null},"bootstrap-datepicker.bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js"},"Patterns":null},"bootstrap-datepicker.bm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js"},"Patterns":null},"bootstrap-datepicker.bn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js"},"Patterns":null},"bootstrap-datepicker.br.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js"},"Patterns":null},"bootstrap-datepicker.bs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js"},"Patterns":null},"bootstrap-datepicker.ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js"},"Patterns":null},"bootstrap-datepicker.cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js"},"Patterns":null},"bootstrap-datepicker.cy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js"},"Patterns":null},"bootstrap-datepicker.da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js"},"Patterns":null},"bootstrap-datepicker.de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js"},"Patterns":null},"bootstrap-datepicker.el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js"},"Patterns":null},"bootstrap-datepicker.en-AU.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js"},"Patterns":null},"bootstrap-datepicker.en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.en-GB.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js"},"Patterns":null},"bootstrap-datepicker.en-IE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js"},"Patterns":null},"bootstrap-datepicker.en-NZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js"},"Patterns":null},"bootstrap-datepicker.en-US.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js"},"Patterns":null},"bootstrap-datepicker.en-ZA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js"},"Patterns":null},"bootstrap-datepicker.eo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js"},"Patterns":null},"bootstrap-datepicker.es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js"},"Patterns":null},"bootstrap-datepicker.et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js"},"Patterns":null},"bootstrap-datepicker.eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js"},"Patterns":null},"bootstrap-datepicker.fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js"},"Patterns":null},"bootstrap-datepicker.fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js"},"Patterns":null},"bootstrap-datepicker.fo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js"},"Patterns":null},"bootstrap-datepicker.fr-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js"},"Patterns":null},"bootstrap-datepicker.fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js"},"Patterns":null},"bootstrap-datepicker.gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js"},"Patterns":null},"bootstrap-datepicker.he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js"},"Patterns":null},"bootstrap-datepicker.hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js"},"Patterns":null},"bootstrap-datepicker.hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js"},"Patterns":null},"bootstrap-datepicker.hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js"},"Patterns":null},"bootstrap-datepicker.hy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js"},"Patterns":null},"bootstrap-datepicker.id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js"},"Patterns":null},"bootstrap-datepicker.is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js"},"Patterns":null},"bootstrap-datepicker.it-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js"},"Patterns":null},"bootstrap-datepicker.it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js"},"Patterns":null},"bootstrap-datepicker.ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js"},"Patterns":null},"bootstrap-datepicker.ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js"},"Patterns":null},"bootstrap-datepicker.kh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js"},"Patterns":null},"bootstrap-datepicker.kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js"},"Patterns":null},"bootstrap-datepicker.km.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js"},"Patterns":null},"bootstrap-datepicker.ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js"},"Patterns":null},"bootstrap-datepicker.kr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js"},"Patterns":null},"bootstrap-datepicker.lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js"},"Patterns":null},"bootstrap-datepicker.lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js"},"Patterns":null},"bootstrap-datepicker.me.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js"},"Patterns":null},"bootstrap-datepicker.mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js"},"Patterns":null},"bootstrap-datepicker.mn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js"},"Patterns":null},"bootstrap-datepicker.mr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js"},"Patterns":null},"bootstrap-datepicker.ms.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js"},"Patterns":null},"bootstrap-datepicker.nl-BE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js"},"Patterns":null},"bootstrap-datepicker.nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js"},"Patterns":null},"bootstrap-datepicker.no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js"},"Patterns":null},"bootstrap-datepicker.oc.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js"},"Patterns":null},"bootstrap-datepicker.pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js"},"Patterns":null},"bootstrap-datepicker.pt-BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js"},"Patterns":null},"bootstrap-datepicker.pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js"},"Patterns":null},"bootstrap-datepicker.ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js"},"Patterns":null},"bootstrap-datepicker.rs-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js"},"Patterns":null},"bootstrap-datepicker.rs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js"},"Patterns":null},"bootstrap-datepicker.ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js"},"Patterns":null},"bootstrap-datepicker.si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js"},"Patterns":null},"bootstrap-datepicker.sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js"},"Patterns":null},"bootstrap-datepicker.sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js"},"Patterns":null},"bootstrap-datepicker.sq.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js"},"Patterns":null},"bootstrap-datepicker.sr-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js"},"Patterns":null},"bootstrap-datepicker.sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js"},"Patterns":null},"bootstrap-datepicker.sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js"},"Patterns":null},"bootstrap-datepicker.sw.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js"},"Patterns":null},"bootstrap-datepicker.ta.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js"},"Patterns":null},"bootstrap-datepicker.tg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js"},"Patterns":null},"bootstrap-datepicker.th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js"},"Patterns":null},"bootstrap-datepicker.tk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js"},"Patterns":null},"bootstrap-datepicker.tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js"},"Patterns":null},"bootstrap-datepicker.uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js"},"Patterns":null},"bootstrap-datepicker.uz-cyrl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js"},"Patterns":null},"bootstrap-datepicker.uz-latn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js"},"Patterns":null},"bootstrap-datepicker.vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js"},"Patterns":null},"bootstrap-datepicker.zh-CN.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js"},"Patterns":null},"bootstrap-datepicker.zh-TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-daterangepicker":{"Children":{"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.css"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.js"},"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap":{"Children":{"css":{"Children":{"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net-bs5":{"Children":{"css":{"Children":{"dataTables.bootstrap5.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/css/dataTables.bootstrap5.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"dataTables.bootstrap5.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/js/dataTables.bootstrap5.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net":{"Children":{"js":{"Children":{"jquery.dataTables.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net/js/jquery.dataTables.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-form":{"Children":{"jquery.form.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-form/jquery.form.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/jquery.validate.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery/jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lodash":{"Children":{"lodash.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/lodash/lodash.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js"},"Patterns":null},"luxon.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js.map"},"Patterns":null},"luxon.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js"},"Patterns":null},"luxon.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"malihu-custom-scrollbar-plugin":{"Children":{"jquery.mCustomScrollbar.concat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"},"Patterns":null},"jquery.mCustomScrollbar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"},"Patterns":null},"jquery.mCustomScrollbar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"},"Patterns":null},"mCSB_buttons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png"},"Patterns":null},"package.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/package.json"},"Patterns":null},"readme.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/readme.md"},"Patterns":null}},"Asset":null,"Patterns":null},"moment":{"Children":{"locale":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/af.js"},"Patterns":null},"ar-dz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-dz.js"},"Patterns":null},"ar-kw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-kw.js"},"Patterns":null},"ar-ly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ly.js"},"Patterns":null},"ar-ma.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ma.js"},"Patterns":null},"ar-sa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-sa.js"},"Patterns":null},"ar-tn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-tn.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/az.js"},"Patterns":null},"be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/be.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bg.js"},"Patterns":null},"bm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bm.js"},"Patterns":null},"bn-bd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn-bd.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn.js"},"Patterns":null},"bo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bo.js"},"Patterns":null},"br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/br.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cs.js"},"Patterns":null},"cv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cv.js"},"Patterns":null},"cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cy.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/da.js"},"Patterns":null},"de-at.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-at.js"},"Patterns":null},"de-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-ch.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de.js"},"Patterns":null},"dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/dv.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/el.js"},"Patterns":null},"en-au.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-au.js"},"Patterns":null},"en-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ca.js"},"Patterns":null},"en-gb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-gb.js"},"Patterns":null},"en-ie.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ie.js"},"Patterns":null},"en-il.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-il.js"},"Patterns":null},"en-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-in.js"},"Patterns":null},"en-nz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-nz.js"},"Patterns":null},"en-sg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-sg.js"},"Patterns":null},"eo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eo.js"},"Patterns":null},"es-do.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-do.js"},"Patterns":null},"es-mx.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-mx.js"},"Patterns":null},"es-us.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-us.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fi.js"},"Patterns":null},"fil.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fil.js"},"Patterns":null},"fo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fo.js"},"Patterns":null},"fr-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ca.js"},"Patterns":null},"fr-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ch.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr.js"},"Patterns":null},"fy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fy.js"},"Patterns":null},"ga.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ga.js"},"Patterns":null},"gd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gd.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gl.js"},"Patterns":null},"gom-deva.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-deva.js"},"Patterns":null},"gom-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-latn.js"},"Patterns":null},"gu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gu.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hr.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hu.js"},"Patterns":null},"hy-am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hy-am.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/is.js"},"Patterns":null},"it-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it-ch.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ja.js"},"Patterns":null},"jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/jv.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ka.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kk.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/km.js"},"Patterns":null},"kn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kn.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ko.js"},"Patterns":null},"ku.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ku.js"},"Patterns":null},"ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ky.js"},"Patterns":null},"lb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lb.js"},"Patterns":null},"lo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lo.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lv.js"},"Patterns":null},"me.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/me.js"},"Patterns":null},"mi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mi.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mk.js"},"Patterns":null},"ml.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ml.js"},"Patterns":null},"mn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mn.js"},"Patterns":null},"mr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mr.js"},"Patterns":null},"ms-my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms-my.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms.js"},"Patterns":null},"mt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mt.js"},"Patterns":null},"my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/my.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ne.js"},"Patterns":null},"nl-be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl-be.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl.js"},"Patterns":null},"nn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nn.js"},"Patterns":null},"oc-lnc.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/oc-lnc.js"},"Patterns":null},"pa-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pa-in.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pl.js"},"Patterns":null},"pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt-br.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ru.js"},"Patterns":null},"sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sd.js"},"Patterns":null},"se.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/se.js"},"Patterns":null},"si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/si.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sq.js"},"Patterns":null},"sr-cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr-cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr.js"},"Patterns":null},"ss.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ss.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sv.js"},"Patterns":null},"sw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sw.js"},"Patterns":null},"ta.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ta.js"},"Patterns":null},"te.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/te.js"},"Patterns":null},"tet.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tet.js"},"Patterns":null},"tg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tg.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tk.js"},"Patterns":null},"tl-ph.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tl-ph.js"},"Patterns":null},"tlh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tlh.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tr.js"},"Patterns":null},"tzl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzl.js"},"Patterns":null},"tzm-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm-latn.js"},"Patterns":null},"tzm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm.js"},"Patterns":null},"ug-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ug-cn.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uk.js"},"Patterns":null},"ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ur.js"},"Patterns":null},"uz-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz-latn.js"},"Patterns":null},"uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/vi.js"},"Patterns":null},"x-pseudo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/x-pseudo.js"},"Patterns":null},"yo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/yo.js"},"Patterns":null},"zh-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-cn.js"},"Patterns":null},"zh-hk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-hk.js"},"Patterns":null},"zh-mo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-mo.js"},"Patterns":null},"zh-tw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-tw.js"},"Patterns":null}},"Asset":null,"Patterns":null},"moment.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/moment.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2":{"Children":{"css":{"Children":{"select2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/css/select2.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"i18n":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/af.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/az.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bg.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bn.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/de.js"},"Patterns":null},"dsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/dsb.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fi.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fr.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/gl.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hr.js"},"Patterns":null},"hsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hsb.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hu.js"},"Patterns":null},"hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hy.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/is.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ja.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ka.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/km.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ko.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lv.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/mk.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ms.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ne.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pl.js"},"Patterns":null},"ps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ps.js"},"Patterns":null},"pt-BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt-BR.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sq.js"},"Patterns":null},"sr-Cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr-Cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sv.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tk.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/vi.js"},"Patterns":null},"zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-CN.js"},"Patterns":null},"zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-TW.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2.full.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.full.min.js"},"Patterns":null},"select2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"sweetalert2":{"Children":{"sweetalert2.all.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.js"},"Patterns":null},"sweetalert2.all.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.min.js"},"Patterns":null},"sweetalert2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.css"},"Patterns":null},"sweetalert2.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.js"},"Patterns":null},"sweetalert2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.css"},"Patterns":null},"sweetalert2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"timeago":{"Children":{"jquery.timeago.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/jquery.timeago.js"},"Patterns":null},"locales":{"Children":{"jquery.timeago.af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.af.js"},"Patterns":null},"jquery.timeago.am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.am.js"},"Patterns":null},"jquery.timeago.ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ar.js"},"Patterns":null},"jquery.timeago.az-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az-short.js"},"Patterns":null},"jquery.timeago.az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az.js"},"Patterns":null},"jquery.timeago.be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.be.js"},"Patterns":null},"jquery.timeago.bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bg.js"},"Patterns":null},"jquery.timeago.bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bs.js"},"Patterns":null},"jquery.timeago.ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ca.js"},"Patterns":null},"jquery.timeago.cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cs.js"},"Patterns":null},"jquery.timeago.cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cy.js"},"Patterns":null},"jquery.timeago.da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.da.js"},"Patterns":null},"jquery.timeago.de-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de-short.js"},"Patterns":null},"jquery.timeago.de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de.js"},"Patterns":null},"jquery.timeago.dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.dv.js"},"Patterns":null},"jquery.timeago.el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.el.js"},"Patterns":null},"jquery.timeago.en-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en-short.js"},"Patterns":null},"jquery.timeago.en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en.js"},"Patterns":null},"jquery.timeago.es-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es-short.js"},"Patterns":null},"jquery.timeago.es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es.js"},"Patterns":null},"jquery.timeago.et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.et.js"},"Patterns":null},"jquery.timeago.eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.eu.js"},"Patterns":null},"jquery.timeago.fa-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa-short.js"},"Patterns":null},"jquery.timeago.fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa.js"},"Patterns":null},"jquery.timeago.fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fi.js"},"Patterns":null},"jquery.timeago.fr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr-short.js"},"Patterns":null},"jquery.timeago.fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr.js"},"Patterns":null},"jquery.timeago.gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.gl.js"},"Patterns":null},"jquery.timeago.he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.he.js"},"Patterns":null},"jquery.timeago.hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hr.js"},"Patterns":null},"jquery.timeago.hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hu.js"},"Patterns":null},"jquery.timeago.hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hy.js"},"Patterns":null},"jquery.timeago.id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.id.js"},"Patterns":null},"jquery.timeago.is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.is.js"},"Patterns":null},"jquery.timeago.it-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it-short.js"},"Patterns":null},"jquery.timeago.it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it.js"},"Patterns":null},"jquery.timeago.ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ja.js"},"Patterns":null},"jquery.timeago.jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.jv.js"},"Patterns":null},"jquery.timeago.ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ko.js"},"Patterns":null},"jquery.timeago.ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ky.js"},"Patterns":null},"jquery.timeago.lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lt.js"},"Patterns":null},"jquery.timeago.lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lv.js"},"Patterns":null},"jquery.timeago.mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.mk.js"},"Patterns":null},"jquery.timeago.nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.nl.js"},"Patterns":null},"jquery.timeago.no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.no.js"},"Patterns":null},"jquery.timeago.pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pl.js"},"Patterns":null},"jquery.timeago.pt-br-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br-short.js"},"Patterns":null},"jquery.timeago.pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br.js"},"Patterns":null},"jquery.timeago.pt-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-short.js"},"Patterns":null},"jquery.timeago.pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt.js"},"Patterns":null},"jquery.timeago.ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ro.js"},"Patterns":null},"jquery.timeago.rs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rs.js"},"Patterns":null},"jquery.timeago.ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ru.js"},"Patterns":null},"jquery.timeago.rw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rw.js"},"Patterns":null},"jquery.timeago.si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.si.js"},"Patterns":null},"jquery.timeago.sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sk.js"},"Patterns":null},"jquery.timeago.sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sl.js"},"Patterns":null},"jquery.timeago.sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sq.js"},"Patterns":null},"jquery.timeago.sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sr.js"},"Patterns":null},"jquery.timeago.sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sv.js"},"Patterns":null},"jquery.timeago.th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.th.js"},"Patterns":null},"jquery.timeago.tr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr-short.js"},"Patterns":null},"jquery.timeago.tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr.js"},"Patterns":null},"jquery.timeago.uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uk.js"},"Patterns":null},"jquery.timeago.ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ur.js"},"Patterns":null},"jquery.timeago.uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uz.js"},"Patterns":null},"jquery.timeago.vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.vi.js"},"Patterns":null},"jquery.timeago.zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-CN.js"},"Patterns":null},"jquery.timeago.zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-TW.js"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/README.md"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"toastr":{"Children":{"toastr.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.css"},"Patterns":null},"toastr.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.js.map"},"Patterns":null},"toastr.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.css"},"Patterns":null},"toastr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index a41033963..b6c8e7ca3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 2f3ca88b0..7d8bc5e6e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll index b20546b8a..f6e22dcd4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb index 8983b0307..522cac57f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll index 63ebdfecf..1ad6d7673 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb index f08fbd943..103529209 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index e59a49e26..ec1fea80d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index fe5c8219c..544315fde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll index b9bc8a1d7..1a5ad7cf2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb index e1b60758b..539cbeb0f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.dll index 9b1b1157d..201301067 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.exe b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.exe index 0fc217b4b..1e6f5b85f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.exe and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.exe differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb index 2b0bae358..13d62e538 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json index c45580bd5..f5b574cbf 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json @@ -1 +1 @@ -{"ContentRoots":["E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\"],"Root":{"Children":{"global-styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"global-styles.css"},"Patterns":null},"images":{"Children":{"logo":{"Children":{"leptonx":{"Children":{"logo-dark-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark-thumbnail.png"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark.png"},"Patterns":null},"logo-light-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light-thumbnail.png"},"Patterns":null},"logo-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"libs":{"Children":{"@fortawesome":{"Children":{"fontawesome-free":{"Children":{"css":{"Children":{"all.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/all.css"},"Patterns":null},"v4-shims.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/v4-shims.css"},"Patterns":null}},"Asset":null,"Patterns":null},"webfonts":{"Children":{"fa-brands-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot"},"Patterns":null},"fa-brands-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg"},"Patterns":null},"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"},"Patterns":null},"fa-regular-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot"},"Patterns":null},"fa-solid-900.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"abp":{"Children":{"core":{"Children":{"abp.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.css"},"Patterns":null},"abp.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"abp.jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/jquery/abp.jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"abp.luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/luxon/abp.luxon.js"},"Patterns":null}},"Asset":null,"Patterns":null},"utils":{"Children":{"abp-utils.umd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js"},"Patterns":null},"abp-utils.umd.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js.map"},"Patterns":null},"abp-utils.umd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js"},"Patterns":null},"abp-utils.umd.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-datepicker":{"Children":{"bootstrap-datepicker.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.css.map"},"Patterns":null},"bootstrap-datepicker.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.css"},"Patterns":null},"bootstrap-datepicker.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.js"},"Patterns":null},"locales":{"Children":{"bootstrap-datepicker-en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.ar-DZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js"},"Patterns":null},"bootstrap-datepicker.ar-tn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js"},"Patterns":null},"bootstrap-datepicker.ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js"},"Patterns":null},"bootstrap-datepicker.az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js"},"Patterns":null},"bootstrap-datepicker.bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js"},"Patterns":null},"bootstrap-datepicker.bm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js"},"Patterns":null},"bootstrap-datepicker.bn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js"},"Patterns":null},"bootstrap-datepicker.br.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js"},"Patterns":null},"bootstrap-datepicker.bs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js"},"Patterns":null},"bootstrap-datepicker.ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js"},"Patterns":null},"bootstrap-datepicker.cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js"},"Patterns":null},"bootstrap-datepicker.cy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js"},"Patterns":null},"bootstrap-datepicker.da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js"},"Patterns":null},"bootstrap-datepicker.de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js"},"Patterns":null},"bootstrap-datepicker.el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js"},"Patterns":null},"bootstrap-datepicker.en-AU.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js"},"Patterns":null},"bootstrap-datepicker.en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.en-GB.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js"},"Patterns":null},"bootstrap-datepicker.en-IE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js"},"Patterns":null},"bootstrap-datepicker.en-NZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js"},"Patterns":null},"bootstrap-datepicker.en-US.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js"},"Patterns":null},"bootstrap-datepicker.en-ZA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js"},"Patterns":null},"bootstrap-datepicker.eo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js"},"Patterns":null},"bootstrap-datepicker.es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js"},"Patterns":null},"bootstrap-datepicker.et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js"},"Patterns":null},"bootstrap-datepicker.eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js"},"Patterns":null},"bootstrap-datepicker.fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js"},"Patterns":null},"bootstrap-datepicker.fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js"},"Patterns":null},"bootstrap-datepicker.fo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js"},"Patterns":null},"bootstrap-datepicker.fr-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js"},"Patterns":null},"bootstrap-datepicker.fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js"},"Patterns":null},"bootstrap-datepicker.gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js"},"Patterns":null},"bootstrap-datepicker.he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js"},"Patterns":null},"bootstrap-datepicker.hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js"},"Patterns":null},"bootstrap-datepicker.hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js"},"Patterns":null},"bootstrap-datepicker.hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js"},"Patterns":null},"bootstrap-datepicker.hy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js"},"Patterns":null},"bootstrap-datepicker.id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js"},"Patterns":null},"bootstrap-datepicker.is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js"},"Patterns":null},"bootstrap-datepicker.it-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js"},"Patterns":null},"bootstrap-datepicker.it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js"},"Patterns":null},"bootstrap-datepicker.ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js"},"Patterns":null},"bootstrap-datepicker.ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js"},"Patterns":null},"bootstrap-datepicker.kh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js"},"Patterns":null},"bootstrap-datepicker.kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js"},"Patterns":null},"bootstrap-datepicker.km.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js"},"Patterns":null},"bootstrap-datepicker.ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js"},"Patterns":null},"bootstrap-datepicker.kr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js"},"Patterns":null},"bootstrap-datepicker.lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js"},"Patterns":null},"bootstrap-datepicker.lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js"},"Patterns":null},"bootstrap-datepicker.me.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js"},"Patterns":null},"bootstrap-datepicker.mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js"},"Patterns":null},"bootstrap-datepicker.mn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js"},"Patterns":null},"bootstrap-datepicker.mr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js"},"Patterns":null},"bootstrap-datepicker.ms.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js"},"Patterns":null},"bootstrap-datepicker.nl-BE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js"},"Patterns":null},"bootstrap-datepicker.nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js"},"Patterns":null},"bootstrap-datepicker.no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js"},"Patterns":null},"bootstrap-datepicker.oc.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js"},"Patterns":null},"bootstrap-datepicker.pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js"},"Patterns":null},"bootstrap-datepicker.pt-BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js"},"Patterns":null},"bootstrap-datepicker.pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js"},"Patterns":null},"bootstrap-datepicker.ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js"},"Patterns":null},"bootstrap-datepicker.rs-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js"},"Patterns":null},"bootstrap-datepicker.rs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js"},"Patterns":null},"bootstrap-datepicker.ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js"},"Patterns":null},"bootstrap-datepicker.si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js"},"Patterns":null},"bootstrap-datepicker.sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js"},"Patterns":null},"bootstrap-datepicker.sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js"},"Patterns":null},"bootstrap-datepicker.sq.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js"},"Patterns":null},"bootstrap-datepicker.sr-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js"},"Patterns":null},"bootstrap-datepicker.sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js"},"Patterns":null},"bootstrap-datepicker.sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js"},"Patterns":null},"bootstrap-datepicker.sw.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js"},"Patterns":null},"bootstrap-datepicker.ta.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js"},"Patterns":null},"bootstrap-datepicker.tg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js"},"Patterns":null},"bootstrap-datepicker.th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js"},"Patterns":null},"bootstrap-datepicker.tk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js"},"Patterns":null},"bootstrap-datepicker.tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js"},"Patterns":null},"bootstrap-datepicker.uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js"},"Patterns":null},"bootstrap-datepicker.uz-cyrl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js"},"Patterns":null},"bootstrap-datepicker.uz-latn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js"},"Patterns":null},"bootstrap-datepicker.vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js"},"Patterns":null},"bootstrap-datepicker.zh-CN.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js"},"Patterns":null},"bootstrap-datepicker.zh-TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-daterangepicker":{"Children":{"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.css"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.js"},"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap":{"Children":{"css":{"Children":{"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net-bs5":{"Children":{"css":{"Children":{"dataTables.bootstrap5.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/css/dataTables.bootstrap5.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"dataTables.bootstrap5.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/js/dataTables.bootstrap5.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net":{"Children":{"js":{"Children":{"jquery.dataTables.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net/js/jquery.dataTables.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-form":{"Children":{"jquery.form.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-form/jquery.form.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/jquery.validate.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery/jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lodash":{"Children":{"lodash.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/lodash/lodash.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js"},"Patterns":null},"luxon.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js.map"},"Patterns":null},"luxon.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js"},"Patterns":null},"luxon.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"malihu-custom-scrollbar-plugin":{"Children":{"jquery.mCustomScrollbar.concat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"},"Patterns":null},"jquery.mCustomScrollbar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"},"Patterns":null},"jquery.mCustomScrollbar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"},"Patterns":null},"mCSB_buttons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png"},"Patterns":null},"package.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/package.json"},"Patterns":null},"readme.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/readme.md"},"Patterns":null}},"Asset":null,"Patterns":null},"moment":{"Children":{"locale":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/af.js"},"Patterns":null},"ar-dz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-dz.js"},"Patterns":null},"ar-kw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-kw.js"},"Patterns":null},"ar-ly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ly.js"},"Patterns":null},"ar-ma.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ma.js"},"Patterns":null},"ar-sa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-sa.js"},"Patterns":null},"ar-tn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-tn.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/az.js"},"Patterns":null},"be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/be.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bg.js"},"Patterns":null},"bm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bm.js"},"Patterns":null},"bn-bd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn-bd.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn.js"},"Patterns":null},"bo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bo.js"},"Patterns":null},"br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/br.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cs.js"},"Patterns":null},"cv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cv.js"},"Patterns":null},"cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cy.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/da.js"},"Patterns":null},"de-at.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-at.js"},"Patterns":null},"de-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-ch.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de.js"},"Patterns":null},"dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/dv.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/el.js"},"Patterns":null},"en-au.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-au.js"},"Patterns":null},"en-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ca.js"},"Patterns":null},"en-gb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-gb.js"},"Patterns":null},"en-ie.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ie.js"},"Patterns":null},"en-il.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-il.js"},"Patterns":null},"en-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-in.js"},"Patterns":null},"en-nz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-nz.js"},"Patterns":null},"en-sg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-sg.js"},"Patterns":null},"eo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eo.js"},"Patterns":null},"es-do.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-do.js"},"Patterns":null},"es-mx.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-mx.js"},"Patterns":null},"es-us.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-us.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fi.js"},"Patterns":null},"fil.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fil.js"},"Patterns":null},"fo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fo.js"},"Patterns":null},"fr-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ca.js"},"Patterns":null},"fr-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ch.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr.js"},"Patterns":null},"fy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fy.js"},"Patterns":null},"ga.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ga.js"},"Patterns":null},"gd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gd.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gl.js"},"Patterns":null},"gom-deva.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-deva.js"},"Patterns":null},"gom-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-latn.js"},"Patterns":null},"gu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gu.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hr.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hu.js"},"Patterns":null},"hy-am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hy-am.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/is.js"},"Patterns":null},"it-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it-ch.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ja.js"},"Patterns":null},"jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/jv.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ka.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kk.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/km.js"},"Patterns":null},"kn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kn.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ko.js"},"Patterns":null},"ku.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ku.js"},"Patterns":null},"ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ky.js"},"Patterns":null},"lb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lb.js"},"Patterns":null},"lo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lo.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lv.js"},"Patterns":null},"me.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/me.js"},"Patterns":null},"mi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mi.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mk.js"},"Patterns":null},"ml.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ml.js"},"Patterns":null},"mn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mn.js"},"Patterns":null},"mr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mr.js"},"Patterns":null},"ms-my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms-my.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms.js"},"Patterns":null},"mt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mt.js"},"Patterns":null},"my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/my.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ne.js"},"Patterns":null},"nl-be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl-be.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl.js"},"Patterns":null},"nn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nn.js"},"Patterns":null},"oc-lnc.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/oc-lnc.js"},"Patterns":null},"pa-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pa-in.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pl.js"},"Patterns":null},"pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt-br.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ru.js"},"Patterns":null},"sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sd.js"},"Patterns":null},"se.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/se.js"},"Patterns":null},"si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/si.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sq.js"},"Patterns":null},"sr-cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr-cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr.js"},"Patterns":null},"ss.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ss.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sv.js"},"Patterns":null},"sw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sw.js"},"Patterns":null},"ta.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ta.js"},"Patterns":null},"te.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/te.js"},"Patterns":null},"tet.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tet.js"},"Patterns":null},"tg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tg.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tk.js"},"Patterns":null},"tl-ph.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tl-ph.js"},"Patterns":null},"tlh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tlh.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tr.js"},"Patterns":null},"tzl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzl.js"},"Patterns":null},"tzm-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm-latn.js"},"Patterns":null},"tzm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm.js"},"Patterns":null},"ug-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ug-cn.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uk.js"},"Patterns":null},"ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ur.js"},"Patterns":null},"uz-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz-latn.js"},"Patterns":null},"uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/vi.js"},"Patterns":null},"x-pseudo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/x-pseudo.js"},"Patterns":null},"yo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/yo.js"},"Patterns":null},"zh-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-cn.js"},"Patterns":null},"zh-hk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-hk.js"},"Patterns":null},"zh-mo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-mo.js"},"Patterns":null},"zh-tw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-tw.js"},"Patterns":null}},"Asset":null,"Patterns":null},"moment.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/moment.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2":{"Children":{"css":{"Children":{"select2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/css/select2.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"i18n":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/af.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/az.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bg.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bn.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/de.js"},"Patterns":null},"dsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/dsb.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fi.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fr.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/gl.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hr.js"},"Patterns":null},"hsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hsb.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hu.js"},"Patterns":null},"hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hy.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/is.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ja.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ka.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/km.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ko.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lv.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/mk.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ms.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ne.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pl.js"},"Patterns":null},"ps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ps.js"},"Patterns":null},"pt-BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt-BR.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sq.js"},"Patterns":null},"sr-Cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr-Cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sv.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tk.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/vi.js"},"Patterns":null},"zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-CN.js"},"Patterns":null},"zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-TW.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2.full.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.full.min.js"},"Patterns":null},"select2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"sweetalert2":{"Children":{"sweetalert2.all.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.js"},"Patterns":null},"sweetalert2.all.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.min.js"},"Patterns":null},"sweetalert2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.css"},"Patterns":null},"sweetalert2.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.js"},"Patterns":null},"sweetalert2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.css"},"Patterns":null},"sweetalert2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"timeago":{"Children":{"jquery.timeago.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/jquery.timeago.js"},"Patterns":null},"locales":{"Children":{"jquery.timeago.af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.af.js"},"Patterns":null},"jquery.timeago.am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.am.js"},"Patterns":null},"jquery.timeago.ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ar.js"},"Patterns":null},"jquery.timeago.az-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az-short.js"},"Patterns":null},"jquery.timeago.az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az.js"},"Patterns":null},"jquery.timeago.be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.be.js"},"Patterns":null},"jquery.timeago.bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bg.js"},"Patterns":null},"jquery.timeago.bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bs.js"},"Patterns":null},"jquery.timeago.ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ca.js"},"Patterns":null},"jquery.timeago.cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cs.js"},"Patterns":null},"jquery.timeago.cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cy.js"},"Patterns":null},"jquery.timeago.da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.da.js"},"Patterns":null},"jquery.timeago.de-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de-short.js"},"Patterns":null},"jquery.timeago.de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de.js"},"Patterns":null},"jquery.timeago.dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.dv.js"},"Patterns":null},"jquery.timeago.el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.el.js"},"Patterns":null},"jquery.timeago.en-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en-short.js"},"Patterns":null},"jquery.timeago.en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en.js"},"Patterns":null},"jquery.timeago.es-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es-short.js"},"Patterns":null},"jquery.timeago.es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es.js"},"Patterns":null},"jquery.timeago.et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.et.js"},"Patterns":null},"jquery.timeago.eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.eu.js"},"Patterns":null},"jquery.timeago.fa-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa-short.js"},"Patterns":null},"jquery.timeago.fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa.js"},"Patterns":null},"jquery.timeago.fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fi.js"},"Patterns":null},"jquery.timeago.fr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr-short.js"},"Patterns":null},"jquery.timeago.fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr.js"},"Patterns":null},"jquery.timeago.gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.gl.js"},"Patterns":null},"jquery.timeago.he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.he.js"},"Patterns":null},"jquery.timeago.hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hr.js"},"Patterns":null},"jquery.timeago.hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hu.js"},"Patterns":null},"jquery.timeago.hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hy.js"},"Patterns":null},"jquery.timeago.id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.id.js"},"Patterns":null},"jquery.timeago.is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.is.js"},"Patterns":null},"jquery.timeago.it-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it-short.js"},"Patterns":null},"jquery.timeago.it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it.js"},"Patterns":null},"jquery.timeago.ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ja.js"},"Patterns":null},"jquery.timeago.jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.jv.js"},"Patterns":null},"jquery.timeago.ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ko.js"},"Patterns":null},"jquery.timeago.ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ky.js"},"Patterns":null},"jquery.timeago.lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lt.js"},"Patterns":null},"jquery.timeago.lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lv.js"},"Patterns":null},"jquery.timeago.mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.mk.js"},"Patterns":null},"jquery.timeago.nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.nl.js"},"Patterns":null},"jquery.timeago.no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.no.js"},"Patterns":null},"jquery.timeago.pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pl.js"},"Patterns":null},"jquery.timeago.pt-br-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br-short.js"},"Patterns":null},"jquery.timeago.pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br.js"},"Patterns":null},"jquery.timeago.pt-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-short.js"},"Patterns":null},"jquery.timeago.pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt.js"},"Patterns":null},"jquery.timeago.ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ro.js"},"Patterns":null},"jquery.timeago.rs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rs.js"},"Patterns":null},"jquery.timeago.ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ru.js"},"Patterns":null},"jquery.timeago.rw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rw.js"},"Patterns":null},"jquery.timeago.si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.si.js"},"Patterns":null},"jquery.timeago.sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sk.js"},"Patterns":null},"jquery.timeago.sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sl.js"},"Patterns":null},"jquery.timeago.sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sq.js"},"Patterns":null},"jquery.timeago.sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sr.js"},"Patterns":null},"jquery.timeago.sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sv.js"},"Patterns":null},"jquery.timeago.th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.th.js"},"Patterns":null},"jquery.timeago.tr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr-short.js"},"Patterns":null},"jquery.timeago.tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr.js"},"Patterns":null},"jquery.timeago.uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uk.js"},"Patterns":null},"jquery.timeago.ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ur.js"},"Patterns":null},"jquery.timeago.uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uz.js"},"Patterns":null},"jquery.timeago.vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.vi.js"},"Patterns":null},"jquery.timeago.zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-CN.js"},"Patterns":null},"jquery.timeago.zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-TW.js"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/README.md"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"toastr":{"Children":{"toastr.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.css"},"Patterns":null},"toastr.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.js.map"},"Patterns":null},"toastr.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.css"},"Patterns":null},"toastr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\"],"Root":{"Children":{"global-styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"global-styles.css"},"Patterns":null},"images":{"Children":{"logo":{"Children":{"leptonx":{"Children":{"logo-dark-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark-thumbnail.png"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark.png"},"Patterns":null},"logo-light-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light-thumbnail.png"},"Patterns":null},"logo-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"libs":{"Children":{"@fortawesome":{"Children":{"fontawesome-free":{"Children":{"css":{"Children":{"all.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/all.css"},"Patterns":null},"v4-shims.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/v4-shims.css"},"Patterns":null}},"Asset":null,"Patterns":null},"webfonts":{"Children":{"fa-brands-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot"},"Patterns":null},"fa-brands-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg"},"Patterns":null},"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"},"Patterns":null},"fa-regular-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot"},"Patterns":null},"fa-solid-900.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"abp":{"Children":{"core":{"Children":{"abp.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.css"},"Patterns":null},"abp.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"abp.jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/jquery/abp.jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"abp.luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/luxon/abp.luxon.js"},"Patterns":null}},"Asset":null,"Patterns":null},"utils":{"Children":{"abp-utils.umd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js"},"Patterns":null},"abp-utils.umd.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js.map"},"Patterns":null},"abp-utils.umd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js"},"Patterns":null},"abp-utils.umd.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-datepicker":{"Children":{"bootstrap-datepicker.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.css.map"},"Patterns":null},"bootstrap-datepicker.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.css"},"Patterns":null},"bootstrap-datepicker.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.js"},"Patterns":null},"locales":{"Children":{"bootstrap-datepicker-en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.ar-DZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js"},"Patterns":null},"bootstrap-datepicker.ar-tn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js"},"Patterns":null},"bootstrap-datepicker.ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js"},"Patterns":null},"bootstrap-datepicker.az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js"},"Patterns":null},"bootstrap-datepicker.bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js"},"Patterns":null},"bootstrap-datepicker.bm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js"},"Patterns":null},"bootstrap-datepicker.bn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js"},"Patterns":null},"bootstrap-datepicker.br.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js"},"Patterns":null},"bootstrap-datepicker.bs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js"},"Patterns":null},"bootstrap-datepicker.ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js"},"Patterns":null},"bootstrap-datepicker.cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js"},"Patterns":null},"bootstrap-datepicker.cy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js"},"Patterns":null},"bootstrap-datepicker.da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js"},"Patterns":null},"bootstrap-datepicker.de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js"},"Patterns":null},"bootstrap-datepicker.el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js"},"Patterns":null},"bootstrap-datepicker.en-AU.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js"},"Patterns":null},"bootstrap-datepicker.en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.en-GB.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js"},"Patterns":null},"bootstrap-datepicker.en-IE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js"},"Patterns":null},"bootstrap-datepicker.en-NZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js"},"Patterns":null},"bootstrap-datepicker.en-US.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js"},"Patterns":null},"bootstrap-datepicker.en-ZA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js"},"Patterns":null},"bootstrap-datepicker.eo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js"},"Patterns":null},"bootstrap-datepicker.es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js"},"Patterns":null},"bootstrap-datepicker.et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js"},"Patterns":null},"bootstrap-datepicker.eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js"},"Patterns":null},"bootstrap-datepicker.fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js"},"Patterns":null},"bootstrap-datepicker.fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js"},"Patterns":null},"bootstrap-datepicker.fo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js"},"Patterns":null},"bootstrap-datepicker.fr-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js"},"Patterns":null},"bootstrap-datepicker.fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js"},"Patterns":null},"bootstrap-datepicker.gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js"},"Patterns":null},"bootstrap-datepicker.he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js"},"Patterns":null},"bootstrap-datepicker.hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js"},"Patterns":null},"bootstrap-datepicker.hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js"},"Patterns":null},"bootstrap-datepicker.hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js"},"Patterns":null},"bootstrap-datepicker.hy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js"},"Patterns":null},"bootstrap-datepicker.id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js"},"Patterns":null},"bootstrap-datepicker.is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js"},"Patterns":null},"bootstrap-datepicker.it-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js"},"Patterns":null},"bootstrap-datepicker.it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js"},"Patterns":null},"bootstrap-datepicker.ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js"},"Patterns":null},"bootstrap-datepicker.ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js"},"Patterns":null},"bootstrap-datepicker.kh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js"},"Patterns":null},"bootstrap-datepicker.kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js"},"Patterns":null},"bootstrap-datepicker.km.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js"},"Patterns":null},"bootstrap-datepicker.ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js"},"Patterns":null},"bootstrap-datepicker.kr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js"},"Patterns":null},"bootstrap-datepicker.lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js"},"Patterns":null},"bootstrap-datepicker.lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js"},"Patterns":null},"bootstrap-datepicker.me.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js"},"Patterns":null},"bootstrap-datepicker.mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js"},"Patterns":null},"bootstrap-datepicker.mn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js"},"Patterns":null},"bootstrap-datepicker.mr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js"},"Patterns":null},"bootstrap-datepicker.ms.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js"},"Patterns":null},"bootstrap-datepicker.nl-BE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js"},"Patterns":null},"bootstrap-datepicker.nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js"},"Patterns":null},"bootstrap-datepicker.no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js"},"Patterns":null},"bootstrap-datepicker.oc.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js"},"Patterns":null},"bootstrap-datepicker.pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js"},"Patterns":null},"bootstrap-datepicker.pt-BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js"},"Patterns":null},"bootstrap-datepicker.pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js"},"Patterns":null},"bootstrap-datepicker.ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js"},"Patterns":null},"bootstrap-datepicker.rs-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js"},"Patterns":null},"bootstrap-datepicker.rs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js"},"Patterns":null},"bootstrap-datepicker.ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js"},"Patterns":null},"bootstrap-datepicker.si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js"},"Patterns":null},"bootstrap-datepicker.sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js"},"Patterns":null},"bootstrap-datepicker.sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js"},"Patterns":null},"bootstrap-datepicker.sq.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js"},"Patterns":null},"bootstrap-datepicker.sr-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js"},"Patterns":null},"bootstrap-datepicker.sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js"},"Patterns":null},"bootstrap-datepicker.sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js"},"Patterns":null},"bootstrap-datepicker.sw.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js"},"Patterns":null},"bootstrap-datepicker.ta.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js"},"Patterns":null},"bootstrap-datepicker.tg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js"},"Patterns":null},"bootstrap-datepicker.th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js"},"Patterns":null},"bootstrap-datepicker.tk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js"},"Patterns":null},"bootstrap-datepicker.tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js"},"Patterns":null},"bootstrap-datepicker.uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js"},"Patterns":null},"bootstrap-datepicker.uz-cyrl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js"},"Patterns":null},"bootstrap-datepicker.uz-latn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js"},"Patterns":null},"bootstrap-datepicker.vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js"},"Patterns":null},"bootstrap-datepicker.zh-CN.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js"},"Patterns":null},"bootstrap-datepicker.zh-TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-daterangepicker":{"Children":{"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.css"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.js"},"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap":{"Children":{"css":{"Children":{"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net-bs5":{"Children":{"css":{"Children":{"dataTables.bootstrap5.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/css/dataTables.bootstrap5.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"dataTables.bootstrap5.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/js/dataTables.bootstrap5.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net":{"Children":{"js":{"Children":{"jquery.dataTables.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net/js/jquery.dataTables.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-form":{"Children":{"jquery.form.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-form/jquery.form.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/jquery.validate.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery/jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lodash":{"Children":{"lodash.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/lodash/lodash.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js"},"Patterns":null},"luxon.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js.map"},"Patterns":null},"luxon.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js"},"Patterns":null},"luxon.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"malihu-custom-scrollbar-plugin":{"Children":{"jquery.mCustomScrollbar.concat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"},"Patterns":null},"jquery.mCustomScrollbar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"},"Patterns":null},"jquery.mCustomScrollbar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"},"Patterns":null},"mCSB_buttons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png"},"Patterns":null},"package.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/package.json"},"Patterns":null},"readme.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/readme.md"},"Patterns":null}},"Asset":null,"Patterns":null},"moment":{"Children":{"locale":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/af.js"},"Patterns":null},"ar-dz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-dz.js"},"Patterns":null},"ar-kw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-kw.js"},"Patterns":null},"ar-ly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ly.js"},"Patterns":null},"ar-ma.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ma.js"},"Patterns":null},"ar-sa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-sa.js"},"Patterns":null},"ar-tn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-tn.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/az.js"},"Patterns":null},"be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/be.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bg.js"},"Patterns":null},"bm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bm.js"},"Patterns":null},"bn-bd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn-bd.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn.js"},"Patterns":null},"bo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bo.js"},"Patterns":null},"br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/br.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cs.js"},"Patterns":null},"cv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cv.js"},"Patterns":null},"cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cy.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/da.js"},"Patterns":null},"de-at.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-at.js"},"Patterns":null},"de-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-ch.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de.js"},"Patterns":null},"dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/dv.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/el.js"},"Patterns":null},"en-au.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-au.js"},"Patterns":null},"en-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ca.js"},"Patterns":null},"en-gb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-gb.js"},"Patterns":null},"en-ie.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ie.js"},"Patterns":null},"en-il.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-il.js"},"Patterns":null},"en-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-in.js"},"Patterns":null},"en-nz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-nz.js"},"Patterns":null},"en-sg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-sg.js"},"Patterns":null},"eo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eo.js"},"Patterns":null},"es-do.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-do.js"},"Patterns":null},"es-mx.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-mx.js"},"Patterns":null},"es-us.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-us.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fi.js"},"Patterns":null},"fil.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fil.js"},"Patterns":null},"fo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fo.js"},"Patterns":null},"fr-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ca.js"},"Patterns":null},"fr-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ch.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr.js"},"Patterns":null},"fy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fy.js"},"Patterns":null},"ga.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ga.js"},"Patterns":null},"gd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gd.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gl.js"},"Patterns":null},"gom-deva.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-deva.js"},"Patterns":null},"gom-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-latn.js"},"Patterns":null},"gu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gu.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hr.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hu.js"},"Patterns":null},"hy-am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hy-am.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/is.js"},"Patterns":null},"it-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it-ch.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ja.js"},"Patterns":null},"jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/jv.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ka.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kk.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/km.js"},"Patterns":null},"kn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kn.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ko.js"},"Patterns":null},"ku.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ku.js"},"Patterns":null},"ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ky.js"},"Patterns":null},"lb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lb.js"},"Patterns":null},"lo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lo.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lv.js"},"Patterns":null},"me.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/me.js"},"Patterns":null},"mi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mi.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mk.js"},"Patterns":null},"ml.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ml.js"},"Patterns":null},"mn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mn.js"},"Patterns":null},"mr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mr.js"},"Patterns":null},"ms-my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms-my.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms.js"},"Patterns":null},"mt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mt.js"},"Patterns":null},"my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/my.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ne.js"},"Patterns":null},"nl-be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl-be.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl.js"},"Patterns":null},"nn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nn.js"},"Patterns":null},"oc-lnc.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/oc-lnc.js"},"Patterns":null},"pa-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pa-in.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pl.js"},"Patterns":null},"pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt-br.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ru.js"},"Patterns":null},"sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sd.js"},"Patterns":null},"se.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/se.js"},"Patterns":null},"si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/si.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sq.js"},"Patterns":null},"sr-cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr-cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr.js"},"Patterns":null},"ss.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ss.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sv.js"},"Patterns":null},"sw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sw.js"},"Patterns":null},"ta.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ta.js"},"Patterns":null},"te.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/te.js"},"Patterns":null},"tet.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tet.js"},"Patterns":null},"tg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tg.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tk.js"},"Patterns":null},"tl-ph.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tl-ph.js"},"Patterns":null},"tlh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tlh.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tr.js"},"Patterns":null},"tzl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzl.js"},"Patterns":null},"tzm-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm-latn.js"},"Patterns":null},"tzm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm.js"},"Patterns":null},"ug-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ug-cn.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uk.js"},"Patterns":null},"ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ur.js"},"Patterns":null},"uz-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz-latn.js"},"Patterns":null},"uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/vi.js"},"Patterns":null},"x-pseudo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/x-pseudo.js"},"Patterns":null},"yo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/yo.js"},"Patterns":null},"zh-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-cn.js"},"Patterns":null},"zh-hk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-hk.js"},"Patterns":null},"zh-mo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-mo.js"},"Patterns":null},"zh-tw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-tw.js"},"Patterns":null}},"Asset":null,"Patterns":null},"moment.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/moment.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2":{"Children":{"css":{"Children":{"select2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/css/select2.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"i18n":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/af.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/az.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bg.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bn.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/de.js"},"Patterns":null},"dsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/dsb.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fi.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fr.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/gl.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hr.js"},"Patterns":null},"hsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hsb.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hu.js"},"Patterns":null},"hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hy.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/is.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ja.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ka.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/km.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ko.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lv.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/mk.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ms.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ne.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pl.js"},"Patterns":null},"ps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ps.js"},"Patterns":null},"pt-BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt-BR.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sq.js"},"Patterns":null},"sr-Cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr-Cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sv.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tk.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/vi.js"},"Patterns":null},"zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-CN.js"},"Patterns":null},"zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-TW.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2.full.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.full.min.js"},"Patterns":null},"select2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"sweetalert2":{"Children":{"sweetalert2.all.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.js"},"Patterns":null},"sweetalert2.all.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.min.js"},"Patterns":null},"sweetalert2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.css"},"Patterns":null},"sweetalert2.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.js"},"Patterns":null},"sweetalert2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.css"},"Patterns":null},"sweetalert2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"timeago":{"Children":{"jquery.timeago.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/jquery.timeago.js"},"Patterns":null},"locales":{"Children":{"jquery.timeago.af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.af.js"},"Patterns":null},"jquery.timeago.am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.am.js"},"Patterns":null},"jquery.timeago.ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ar.js"},"Patterns":null},"jquery.timeago.az-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az-short.js"},"Patterns":null},"jquery.timeago.az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az.js"},"Patterns":null},"jquery.timeago.be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.be.js"},"Patterns":null},"jquery.timeago.bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bg.js"},"Patterns":null},"jquery.timeago.bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bs.js"},"Patterns":null},"jquery.timeago.ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ca.js"},"Patterns":null},"jquery.timeago.cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cs.js"},"Patterns":null},"jquery.timeago.cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cy.js"},"Patterns":null},"jquery.timeago.da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.da.js"},"Patterns":null},"jquery.timeago.de-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de-short.js"},"Patterns":null},"jquery.timeago.de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de.js"},"Patterns":null},"jquery.timeago.dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.dv.js"},"Patterns":null},"jquery.timeago.el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.el.js"},"Patterns":null},"jquery.timeago.en-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en-short.js"},"Patterns":null},"jquery.timeago.en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en.js"},"Patterns":null},"jquery.timeago.es-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es-short.js"},"Patterns":null},"jquery.timeago.es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es.js"},"Patterns":null},"jquery.timeago.et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.et.js"},"Patterns":null},"jquery.timeago.eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.eu.js"},"Patterns":null},"jquery.timeago.fa-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa-short.js"},"Patterns":null},"jquery.timeago.fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa.js"},"Patterns":null},"jquery.timeago.fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fi.js"},"Patterns":null},"jquery.timeago.fr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr-short.js"},"Patterns":null},"jquery.timeago.fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr.js"},"Patterns":null},"jquery.timeago.gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.gl.js"},"Patterns":null},"jquery.timeago.he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.he.js"},"Patterns":null},"jquery.timeago.hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hr.js"},"Patterns":null},"jquery.timeago.hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hu.js"},"Patterns":null},"jquery.timeago.hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hy.js"},"Patterns":null},"jquery.timeago.id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.id.js"},"Patterns":null},"jquery.timeago.is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.is.js"},"Patterns":null},"jquery.timeago.it-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it-short.js"},"Patterns":null},"jquery.timeago.it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it.js"},"Patterns":null},"jquery.timeago.ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ja.js"},"Patterns":null},"jquery.timeago.jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.jv.js"},"Patterns":null},"jquery.timeago.ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ko.js"},"Patterns":null},"jquery.timeago.ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ky.js"},"Patterns":null},"jquery.timeago.lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lt.js"},"Patterns":null},"jquery.timeago.lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lv.js"},"Patterns":null},"jquery.timeago.mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.mk.js"},"Patterns":null},"jquery.timeago.nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.nl.js"},"Patterns":null},"jquery.timeago.no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.no.js"},"Patterns":null},"jquery.timeago.pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pl.js"},"Patterns":null},"jquery.timeago.pt-br-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br-short.js"},"Patterns":null},"jquery.timeago.pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br.js"},"Patterns":null},"jquery.timeago.pt-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-short.js"},"Patterns":null},"jquery.timeago.pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt.js"},"Patterns":null},"jquery.timeago.ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ro.js"},"Patterns":null},"jquery.timeago.rs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rs.js"},"Patterns":null},"jquery.timeago.ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ru.js"},"Patterns":null},"jquery.timeago.rw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rw.js"},"Patterns":null},"jquery.timeago.si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.si.js"},"Patterns":null},"jquery.timeago.sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sk.js"},"Patterns":null},"jquery.timeago.sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sl.js"},"Patterns":null},"jquery.timeago.sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sq.js"},"Patterns":null},"jquery.timeago.sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sr.js"},"Patterns":null},"jquery.timeago.sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sv.js"},"Patterns":null},"jquery.timeago.th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.th.js"},"Patterns":null},"jquery.timeago.tr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr-short.js"},"Patterns":null},"jquery.timeago.tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr.js"},"Patterns":null},"jquery.timeago.uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uk.js"},"Patterns":null},"jquery.timeago.ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ur.js"},"Patterns":null},"jquery.timeago.uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uz.js"},"Patterns":null},"jquery.timeago.vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.vi.js"},"Patterns":null},"jquery.timeago.zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-CN.js"},"Patterns":null},"jquery.timeago.zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-TW.js"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/README.md"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"toastr":{"Children":{"toastr.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.css"},"Patterns":null},"toastr.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.js.map"},"Patterns":null},"toastr.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.css"},"Patterns":null},"toastr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/appsettings.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/appsettings.json index d671ff4d0..04095b712 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/appsettings.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/appsettings.json @@ -1,17 +1,17 @@ { "App": { "SelfUrl": "http://localhost:60029", - "CorsOrigins": "http://192.168.0.146:8082", + "CorsOrigins": "http://192.168.0.181:8082", "Audit": { "IsEnabled": false // 禁用审计功能 // 其他审计相关设置项 } }, "ConnectionStrings": { - "Default": "Server=dev.ccwin-in.com,13319;Database=WMS_IAC_Report_AgGrid;uid=ccwin-in;pwd=Microsoft@2022;timeout=12000;Encrypt=False;" + "Default": "Server=dev.ccwin-in.com,13319;Database=WMS_IAC_Report_AgGrid;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;" }, "StringEncryption": { "DefaultPassPhrase": "OsY6zy4nQqBrk3lw" }, - "urls": "http://192.168.0.157:60029" + "urls": "http://192.168.0.195:60029" } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index a41033963..b6c8e7ca3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 2f3ca88b0..7d8bc5e6e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.dll index b20546b8a..f6e22dcd4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.pdb index 8983b0307..522cac57f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Application.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.dll index 63ebdfecf..1ad6d7673 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.pdb index f08fbd943..103529209 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index e59a49e26..ec1fea80d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index fe5c8219c..544315fde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.HttpApi.dll index b9bc8a1d7..1a5ad7cf2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.HttpApi.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.HttpApi.pdb index e1b60758b..539cbeb0f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.HttpApi.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.HttpApi.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.dll index 9b1b1157d..201301067 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.exe b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.exe index 0fc217b4b..1e6f5b85f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.exe and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.exe differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.pdb index 2b0bae358..13d62e538 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/WinIn.FasterZ.AgGridReport.Web.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Antiforgery.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Antiforgery.dll index bfaba6072..55137d6c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Antiforgery.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Antiforgery.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll index e9d229550..3908fd3ad 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Cookies.dll index e2ecbaf43..0d4743a36 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Cookies.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Core.dll index 2516112a9..722443501 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.OAuth.dll index a53b6baa1..326661953 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.OAuth.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.dll index 5cf8fd0cc..e9fe4f048 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authentication.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authorization.Policy.dll index a06c101b1..114027f1d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authorization.Policy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authorization.Policy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authorization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authorization.dll index 79c04e3c4..878b606cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authorization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Authorization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Authorization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Authorization.dll index b552de5ba..44f0a6e56 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Authorization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Authorization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Forms.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Forms.dll index 5f4dbdfc0..4b682a5f9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Forms.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Forms.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Server.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Server.dll index 1d5319368..7714f88a0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Server.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Server.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Web.dll index f117fb520..22b5d4355 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.dll index b6d2cb609..24991913c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Components.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Connections.Abstractions.dll index 4e63e3a5d..9c545c23c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Connections.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.CookiePolicy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.CookiePolicy.dll index 608ab415c..afd0d094f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.CookiePolicy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.CookiePolicy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cors.dll index 25a2eca7d..6c01b3f09 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cryptography.Internal.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cryptography.Internal.dll index 962f34bc7..28fd43015 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cryptography.Internal.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cryptography.Internal.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll index 512d655df..b4e2b64f1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll index 805721415..a0ddb15d1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll index 7c7a39946..56ced49f6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.dll index 9e7617ff5..4cbf00754 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.DataProtection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll index 6845049db..2d64a747f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll index c393cf44f..202e38c50 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.dll index c9e652f40..3398c9d17 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Diagnostics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HostFiltering.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HostFiltering.dll index f35a86fcc..0074d8912 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HostFiltering.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HostFiltering.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll index 1e433b6f8..b08c8fcfb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll index 54fc987fa..f8ec7ff14 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.dll index 84e0cb838..b0d2091bc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Hosting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Html.Abstractions.dll index 12544a675..f866c773d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Html.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Html.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Abstractions.dll index 2352097b6..c262dc12d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Connections.Common.dll index 4570409e0..373e1e103 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Connections.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Connections.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Connections.dll index fd897797f..feef00012 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Connections.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Connections.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Extensions.dll index e9556bb2e..f75e506e4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Features.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Features.dll index cbab3984a..7db5babb4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Features.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Features.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Results.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Results.dll index 15a898429..846111ac5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Results.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.Results.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.dll index 9514a919d..536d2c0b3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpLogging.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpLogging.dll index 58f848597..02eec198c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpLogging.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpLogging.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpOverrides.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpOverrides.dll index ff68c44ef..f06e62022 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpOverrides.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpOverrides.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpsPolicy.dll index 908c84231..a2f4a516a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpsPolicy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.HttpsPolicy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Identity.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Identity.dll index ddf00a711..e093f0ab4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Identity.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Identity.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Localization.Routing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Localization.Routing.dll index fca89baf6..2f72e5d63 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Localization.Routing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Localization.Routing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Localization.dll index 4adcd99ae..6b62707c6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Metadata.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Metadata.dll index e6d0c31e4..6555d607e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Metadata.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Metadata.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll index b869a883a..b4c48278c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll index bf170d6cb..f82cfd185 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Core.dll index 12af5bf08..cfa8cd5ae 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Cors.dll index 3af7aab74..12d8850d4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Cors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Cors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll index 87d2d74e4..e1d1d98e4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll index e28f90e8f..7c9f6b4b6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll index 403834202..a7ada84ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Localization.dll index 47ccea84f..18769ce57 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Razor.dll index acaf29b11..ada9c0a39 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Razor.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.Razor.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll index 49e868478..6719b99ff 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll index 4f3d50d1c..a9843f2e9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll index 62df11158..d919b5cb2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.dll index abd579d17..3d1d210fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Mvc.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.OutputCaching.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.OutputCaching.dll index f4b6568e0..c512c2a30 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.OutputCaching.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.OutputCaching.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.RateLimiting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.RateLimiting.dll index 43872efdd..c2cf1c250 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.RateLimiting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.RateLimiting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Razor.Runtime.dll index dc53663bb..6047e15fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Razor.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Razor.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Razor.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Razor.dll index 85007f494..89a4f6c58 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Razor.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Razor.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.RequestDecompression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.RequestDecompression.dll index caebd22a9..50c129181 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.RequestDecompression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.RequestDecompression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll index a571efe6b..ff0aadb0b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCaching.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCaching.dll index ad866446b..78cda5399 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCaching.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCaching.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCompression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCompression.dll index 22ae54330..14e44c14a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCompression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.ResponseCompression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Rewrite.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Rewrite.dll index 50b147586..776d28341 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Rewrite.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Rewrite.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Routing.Abstractions.dll index 6068b20b4..0c23d35c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Routing.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Routing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Routing.dll index d03ad205d..75cf5aa3a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Routing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Routing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.HttpSys.dll index e7ad0a8ad..322dbf0ec 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.HttpSys.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.HttpSys.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.IIS.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.IIS.dll index 60daaf614..3277871d5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.IIS.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.IIS.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.IISIntegration.dll index 50e16c235..cdbe1d488 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.IISIntegration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll index e2c50c6b5..68cbffebf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll index d40e88a6f..009236087 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll index 85ffbaed3..04cade7d1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.dll index a61ae9259..1e6cadd24 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Server.Kestrel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Session.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Session.dll index 4d31a5360..ac98a0421 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Session.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.Session.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Common.dll index cf13cd5d7..44f2377ce 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Core.dll index 8675dce71..30b206bde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll index 1b610cdcf..d1b2d3614 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.dll index 6e4cd2aff..90b1a44a6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.SignalR.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.StaticFiles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.StaticFiles.dll index 3b99c6ce9..e8cbcbeff 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.StaticFiles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.StaticFiles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.WebSockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.WebSockets.dll index 165bb179c..5de09adb1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.WebSockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.WebSockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.WebUtilities.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.WebUtilities.dll index 349c8db5d..67226e116 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.WebUtilities.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.WebUtilities.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.dll index 0aeb3c952..8d82c73e9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.AspNetCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.CSharp.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.CSharp.dll index be5fdb765..c8c29a4d7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.CSharp.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.CSharp.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Caching.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Caching.Abstractions.dll index b494fa771..8d07b7178 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Caching.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Caching.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Caching.Memory.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Caching.Memory.dll index 9ec747f9c..ceccb5025 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Caching.Memory.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Abstractions.dll index 22c258d59..fdc36e836 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Binder.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Binder.dll index 33b1ec0bf..cb70c28b6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Binder.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Binder.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.CommandLine.dll index 40ab84456..8608d8e1d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.CommandLine.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.CommandLine.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll index 67e9482f1..5a482b197 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.FileExtensions.dll index 6824be852..2c5e29941 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.FileExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Ini.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Ini.dll index 81f0b2760..11404a4be 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Ini.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Ini.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Json.dll index 65efff76c..608e51a5d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll index 923c084e3..4fb3887c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.UserSecrets.dll index 064c0ead4..1ad0bfc9d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.UserSecrets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Xml.dll index e9a058cfa..409a2356d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.dll index 4800ec9af..110cd3dd6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll index 0735ba712..7e74ab626 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.DependencyInjection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.DependencyInjection.dll index f2054d7ea..951286011 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.DependencyInjection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll index 12c78ba2b..8e6fdcd89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll index e79f429a9..799fa8dd1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Features.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Features.dll index 9a0028932..39554519f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Features.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Features.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Abstractions.dll index b33e44baa..60eec4581 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Composite.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Composite.dll index e457d5734..f6d99f717 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Composite.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Composite.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Embedded.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Embedded.dll index c2bacebd2..6bb23064e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Embedded.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Embedded.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Physical.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Physical.dll index ab559b557..a81455d42 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Physical.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileProviders.Physical.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileSystemGlobbing.dll index e2ace6c79..cb11029c3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileSystemGlobbing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.FileSystemGlobbing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Hosting.Abstractions.dll index 4f7a47674..c42be067a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Hosting.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Hosting.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Hosting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Hosting.dll index 88da66389..aa619588f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Hosting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Hosting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Http.dll index 9d151355c..042aac0c4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Identity.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Identity.Core.dll index 74e0ecb39..e782b6aca 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Identity.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Identity.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Identity.Stores.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Identity.Stores.dll index ca9969ddb..37728154b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Identity.Stores.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Identity.Stores.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Localization.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Localization.Abstractions.dll index 669839d78..d33f35aa6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Localization.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Localization.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Localization.dll index 16a666678..ec42a8c94 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Abstractions.dll index 2b38d0759..7524a775a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Configuration.dll index 806edf28b..d9505cabd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Console.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Console.dll index 0d52ff561..885d5490c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Console.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Console.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Debug.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Debug.dll index 224edac84..195e73dd0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Debug.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.Debug.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.EventLog.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.EventLog.dll index ab3136fd0..35d48c990 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.EventLog.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.EventLog.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.EventSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.EventSource.dll index f8fe52d73..b99c5aa0c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.EventSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.EventSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.TraceSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.TraceSource.dll index f022c6594..ef0a63a24 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.TraceSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.TraceSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.dll index 017301d61..a194f8055 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Logging.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.ObjectPool.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.ObjectPool.dll index 0877fb8be..749ad1d6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.ObjectPool.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.ObjectPool.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll index 2677ef82e..5e1f498c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.DataAnnotations.dll index 97921bace..f6b6799be 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.dll index adc586c38..3b1199b1f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Options.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Primitives.dll index b8606946c..2569a0cfd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.WebEncoders.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.WebEncoders.dll index 0a5e9ed9d..5caeaec13 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.WebEncoders.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Extensions.WebEncoders.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.JSInterop.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.JSInterop.dll index 3cd9a7d93..3fe564b04 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.JSInterop.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.JSInterop.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Net.Http.Headers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Net.Http.Headers.dll index 3cc7bf8b8..d8fdf5608 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Net.Http.Headers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Net.Http.Headers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.VisualBasic.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.VisualBasic.Core.dll index d6e684f65..e578c0daa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.VisualBasic.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.VisualBasic.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.VisualBasic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.VisualBasic.dll index e9261b1ca..6ff7cfb89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.VisualBasic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.VisualBasic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Win32.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Win32.Primitives.dll index 4249169aa..e0476ef4e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Win32.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Win32.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Win32.Registry.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Win32.Registry.dll index 27334fe59..8e29fdfb0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Win32.Registry.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/Microsoft.Win32.Registry.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.AppContext.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.AppContext.dll index feea85727..8b8ecc118 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.AppContext.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.AppContext.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Buffers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Buffers.dll index 6805f59f5..1683dad20 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Buffers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Buffers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Concurrent.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Concurrent.dll index 1d5167f21..61a97937e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Concurrent.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Concurrent.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Immutable.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Immutable.dll index 0f7ba2c3b..601a863fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Immutable.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Immutable.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.NonGeneric.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.NonGeneric.dll index d929046bf..0194454fd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.NonGeneric.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.NonGeneric.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Specialized.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Specialized.dll index eb388d32c..d5f0c1235 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Specialized.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.Specialized.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.dll index 259e0d1a7..4b734c429 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Collections.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.Annotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.Annotations.dll index 6cc55786f..706e2dd7f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.Annotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.Annotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.DataAnnotations.dll index 3aa028113..277742eb6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.EventBasedAsync.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.EventBasedAsync.dll index a66badd93..6f04bd4cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.EventBasedAsync.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.EventBasedAsync.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.Primitives.dll index e222f5a76..21af87daf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.TypeConverter.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.TypeConverter.dll index 797d2b7b8..41a4c3852 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.TypeConverter.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.TypeConverter.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.dll index 213a326d7..fed239896 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ComponentModel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Configuration.dll index e90313bdb..076c12c53 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Console.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Console.dll index 103ae08fb..1e085ade6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Console.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Console.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Core.dll index ccc963cf8..860dcbad3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.Common.dll index ad82d8cf4..1876ad10e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.DataSetExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.DataSetExtensions.dll index c5cc4311c..91eb5813d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.DataSetExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.DataSetExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.dll index f311d370d..4d22703c4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Data.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Contracts.dll index cea225a81..b7b376dae 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Debug.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Debug.dll index 9ff5ab4f1..1a0fa9fbd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Debug.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Debug.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.DiagnosticSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.DiagnosticSource.dll index 8781727ef..2a3ee207f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.DiagnosticSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.DiagnosticSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.EventLog.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.EventLog.dll index 782ba8887..f67b39f70 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.EventLog.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.EventLog.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.FileVersionInfo.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.FileVersionInfo.dll index bf36359f0..93fee40f3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.FileVersionInfo.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.FileVersionInfo.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Process.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Process.dll index c059e6a10..7ec1b5bbd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Process.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Process.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.StackTrace.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.StackTrace.dll index 533440048..2751f3d55 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.StackTrace.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.StackTrace.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.TextWriterTraceListener.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.TextWriterTraceListener.dll index fe08c8e9e..7aa6012fc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.TextWriterTraceListener.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Tools.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Tools.dll index f0e7f0ec4..bbd405c0a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Tools.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Tools.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.TraceSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.TraceSource.dll index 43bbb2c4a..24a684ad7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.TraceSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.TraceSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Tracing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Tracing.dll index 1e0c70203..731973297 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Tracing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Diagnostics.Tracing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Drawing.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Drawing.Primitives.dll index 2823fed73..0f283df83 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Drawing.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Drawing.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Drawing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Drawing.dll index 8e8ed2e7a..9773a8816 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Drawing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Drawing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Dynamic.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Dynamic.Runtime.dll index 602b606da..e2cae3f0a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Dynamic.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Dynamic.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Formats.Asn1.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Formats.Asn1.dll index 34c2f9975..04f4bfc6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Formats.Asn1.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Formats.Asn1.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Formats.Tar.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Formats.Tar.dll index c27970fc6..6f550a2bf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Formats.Tar.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Formats.Tar.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.Calendars.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.Calendars.dll index 5de74aaf1..7c31b9fd7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.Calendars.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.Calendars.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.Extensions.dll index 17d05c40b..b7471f4c9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.dll index 317c4657a..75ef39123 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Globalization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.Brotli.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.Brotli.dll index b1e7ab878..66c25dc19 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.Brotli.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.Brotli.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.FileSystem.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.FileSystem.dll index 9394f3cf2..8cdabbec0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.FileSystem.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.FileSystem.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.ZipFile.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.ZipFile.dll index 063bb6f22..9f0fec696 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.ZipFile.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.ZipFile.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.dll index b5e2bc270..e1ff7c1b1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Compression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.AccessControl.dll index 703d22e1b..08016861c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.DriveInfo.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.DriveInfo.dll index bfed09643..768c95bd2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.DriveInfo.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.DriveInfo.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.Primitives.dll index 6c686b626..cfe1bbc89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.Watcher.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.Watcher.dll index 0d9ea631e..f404301b0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.Watcher.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.Watcher.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.dll index 5b9ec5b3d..94151b2c6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.FileSystem.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.IsolatedStorage.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.IsolatedStorage.dll index 2e8444abf..d63e85d7c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.IsolatedStorage.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.IsolatedStorage.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.MemoryMappedFiles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.MemoryMappedFiles.dll index bf3e0b7da..aa6f46141 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.MemoryMappedFiles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.MemoryMappedFiles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipelines.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipelines.dll index aa4157611..dc73bdd1c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipelines.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipelines.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipes.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipes.AccessControl.dll index da5a28fef..91425cfb9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipes.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipes.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipes.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipes.dll index 670225f42..a1713a3aa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipes.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.Pipes.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.UnmanagedMemoryStream.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.UnmanagedMemoryStream.dll index dec65f87b..4f5819d6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.UnmanagedMemoryStream.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.UnmanagedMemoryStream.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.dll index 5aa1a56a8..bf93563ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.IO.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Expressions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Expressions.dll index 31b22174d..873624a4b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Expressions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Expressions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Parallel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Parallel.dll index f511213ce..e123a7c87 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Parallel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Parallel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Queryable.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Queryable.dll index 01b77b2fd..7e377e314 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Queryable.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.Queryable.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.dll index 4097c6020..1d2f077b9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Linq.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Memory.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Memory.dll index 4ca1bea49..b820a54c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Memory.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Memory.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Http.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Http.Json.dll index 0873969fc..a553262ab 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Http.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Http.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Http.dll index 9a47cb4de..4c061b234 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.HttpListener.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.HttpListener.dll index 8d7971fc1..6df912061 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.HttpListener.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.HttpListener.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Mail.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Mail.dll index bdc6f1249..32994a4c0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Mail.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Mail.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.NameResolution.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.NameResolution.dll index abd85e359..c0b9d5e80 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.NameResolution.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.NameResolution.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.NetworkInformation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.NetworkInformation.dll index 6de36b2eb..326923975 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.NetworkInformation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.NetworkInformation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Ping.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Ping.dll index 6f8689e76..d12a57fd0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Ping.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Ping.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Primitives.dll index ce32204db..f0d1da8d3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Quic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Quic.dll index ef273a5aa..abbbb98c9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Quic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Quic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Requests.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Requests.dll index 369a30222..353fa5f27 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Requests.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Requests.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Security.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Security.dll index 22e59346b..721678ef5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Security.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Security.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.ServicePoint.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.ServicePoint.dll index 4af1eaa80..a73ebca9e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.ServicePoint.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.ServicePoint.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Sockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Sockets.dll index f688fd8b8..83042ad3f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Sockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.Sockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebClient.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebClient.dll index 1d50f38e7..cfb525a59 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebClient.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebClient.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebHeaderCollection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebHeaderCollection.dll index 5ab6a6e22..432443c55 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebHeaderCollection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebHeaderCollection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebProxy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebProxy.dll index df86d5345..c95a35029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebProxy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebProxy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebSockets.Client.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebSockets.Client.dll index 02bf1223b..4cf8a7012 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebSockets.Client.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebSockets.Client.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebSockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebSockets.dll index 6086486af..bda3705c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebSockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.WebSockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.dll index 6762515a7..f5b68da00 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Net.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Numerics.Vectors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Numerics.Vectors.dll index cc172790a..b9014b522 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Numerics.Vectors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Numerics.Vectors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Numerics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Numerics.dll index bdaa06ab9..54d86a344 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Numerics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Numerics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ObjectModel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ObjectModel.dll index a2a6b595c..33028069b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ObjectModel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ObjectModel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.DispatchProxy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.DispatchProxy.dll index be50a8e43..21b920b8f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.DispatchProxy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.DispatchProxy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.ILGeneration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.ILGeneration.dll index b5261787e..c558c7a5c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.ILGeneration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.ILGeneration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.Lightweight.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.Lightweight.dll index fc3ad641d..24acc433b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.Lightweight.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.Lightweight.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.dll index 86d8d8b58..809014609 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Emit.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Extensions.dll index 7b874ffe9..c2262559a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Metadata.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Metadata.dll index 269fa5819..8ac210b3b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Metadata.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Metadata.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Primitives.dll index 96b43d641..1d172e084 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.TypeExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.TypeExtensions.dll index 07ce84426..0b6836c91 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.TypeExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.TypeExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.dll index fd13a9f39..bcd258c8e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Reflection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.Reader.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.Reader.dll index 9114da97e..96b3e0850 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.Reader.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.Reader.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.ResourceManager.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.ResourceManager.dll index cb65a00cd..eef4f529e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.ResourceManager.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.ResourceManager.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.Writer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.Writer.dll index 985d314b8..c6b787792 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.Writer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Resources.Writer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.CompilerServices.Unsafe.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.CompilerServices.Unsafe.dll index 94fea9318..52eeab612 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.CompilerServices.Unsafe.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.CompilerServices.VisualC.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.CompilerServices.VisualC.dll index 287d05fde..028006758 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.CompilerServices.VisualC.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Extensions.dll index 9d2bbaf4a..7c9bd7150 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Handles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Handles.dll index 5301829da..de228b142 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Handles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Handles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.JavaScript.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.JavaScript.dll index 7180cb1a1..1fbf73fe1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.JavaScript.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.RuntimeInformation.dll index 200fc047a..f49d5b917 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.RuntimeInformation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.dll index 425a1e3f7..84304e768 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.InteropServices.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Intrinsics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Intrinsics.dll index 3fcb1f8ae..6b88709fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Intrinsics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Intrinsics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Loader.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Loader.dll index cd7193c25..0f76412a5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Loader.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Loader.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Numerics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Numerics.dll index 2a6c6c935..66d3cba60 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Numerics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Numerics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Formatters.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Formatters.dll index 174c4072c..9a1565cc7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Formatters.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Formatters.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Json.dll index 01fae7d16..007734569 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Primitives.dll index ef2cc80ed..e0a4556c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Xml.dll index f641b63c5..3b29c4455 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.dll index d0fc04503..ffc1425cd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.Serialization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.dll index 0a2b0b815..5a852f441 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.AccessControl.dll index 2a5ae5a0a..fb3aee61f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Claims.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Claims.dll index 325091db8..c6b78fdfe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Claims.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Claims.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Algorithms.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Algorithms.dll index 4e5fcb920..cd7bcf682 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Algorithms.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Algorithms.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Cng.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Cng.dll index cf140b4ab..0ff90a9d6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Cng.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Cng.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Csp.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Csp.dll index 3d2635254..2f7046d86 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Csp.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Csp.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Encoding.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Encoding.dll index a696db9c7..bb8d25651 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Encoding.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Encoding.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.OpenSsl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.OpenSsl.dll index 312b6b0e4..ce6134025 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.OpenSsl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.OpenSsl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Primitives.dll index 073ebb842..130be5c23 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.X509Certificates.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.X509Certificates.dll index 06a316afc..bd63e2652 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.X509Certificates.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.X509Certificates.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Xml.dll index f65e0352d..07d32ccd7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.dll index c4afc8d73..68c8fd2cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Cryptography.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Principal.Windows.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Principal.Windows.dll index 9a699fd09..7de6348df 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Principal.Windows.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Principal.Windows.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Principal.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Principal.dll index c386f509c..c75425fbf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Principal.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.Principal.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.SecureString.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.SecureString.dll index 9696136ac..d5e22259f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.SecureString.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.SecureString.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.dll index 3074616a3..e762d1c41 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Security.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ServiceModel.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ServiceModel.Web.dll index b4e360e04..88d2c1e8b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ServiceModel.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ServiceModel.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ServiceProcess.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ServiceProcess.dll index d8c86e812..c6b5d8f5c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ServiceProcess.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ServiceProcess.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.CodePages.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.CodePages.dll index 39ba1440c..a44a1bcb1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.CodePages.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.CodePages.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.Extensions.dll index 06e87fd2e..308cb9cf8 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.dll index 7110484e8..cc9b4eb29 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encoding.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encodings.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encodings.Web.dll index 7cf8d38e0..f514e7904 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encodings.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Encodings.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Json.dll index b41281dfa..748f9a6a9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.RegularExpressions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.RegularExpressions.dll index b5e9a390a..bd4771d65 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.RegularExpressions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Text.RegularExpressions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Channels.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Channels.dll index 5eb9b4c34..67229aedc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Channels.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Channels.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Overlapped.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Overlapped.dll index d89a87f50..f62be8df5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Overlapped.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Overlapped.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.RateLimiting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.RateLimiting.dll index 05a3d29ae..05fd8538a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.RateLimiting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.RateLimiting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Dataflow.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Dataflow.dll index 54bca1a52..3626050fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Dataflow.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Dataflow.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Extensions.dll index c091c8eb7..bacaa94c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Parallel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Parallel.dll index 3a66cf730..eb9c18483 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Parallel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.Parallel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.dll index 1e122cacb..c764a02ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Tasks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Thread.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Thread.dll index 1d367c172..bcb030122 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Thread.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Thread.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.ThreadPool.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.ThreadPool.dll index bb4c478ef..af95d89cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.ThreadPool.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.ThreadPool.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Timer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Timer.dll index 0d6a5cb51..f0ebe9a80 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Timer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.Timer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.dll index 244bc3d0b..38d7d853c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Threading.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Transactions.Local.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Transactions.Local.dll index dde7bbae2..716ae8105 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Transactions.Local.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Transactions.Local.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Transactions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Transactions.dll index f740b6929..b123c1de7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Transactions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Transactions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ValueTuple.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ValueTuple.dll index 36c1df4f2..04c40579b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ValueTuple.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.ValueTuple.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Web.HttpUtility.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Web.HttpUtility.dll index d856c1c77..73adb183c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Web.HttpUtility.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Web.HttpUtility.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Web.dll index afce5435b..1cd2cdb98 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Windows.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Windows.dll index edf2f3ad2..2c35f2676 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Windows.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Windows.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.Linq.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.Linq.dll index f159c7dc6..f74ac0704 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.Linq.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.Linq.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.ReaderWriter.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.ReaderWriter.dll index e128922f0..f777fe909 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.ReaderWriter.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.ReaderWriter.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.Serialization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.Serialization.dll index 085fbba19..9cc479b1c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.Serialization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.Serialization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XDocument.dll index c52d01f5c..e9a082eb7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XPath.XDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XPath.XDocument.dll index bba9a8930..04fe68048 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XPath.XDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XPath.XDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XPath.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XPath.dll index 668a0b4f2..4cc1258e0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XPath.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XPath.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XmlDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XmlDocument.dll index ec06f1108..056e977b4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XmlDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XmlDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XmlSerializer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XmlSerializer.dll index 9bee27e87..b76b7bade 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XmlSerializer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.XmlSerializer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.dll index 699c37096..cf549d742 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.dll index 38b4efdc9..7c4937534 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/System.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/WindowsBase.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/WindowsBase.dll index f9f448a41..08d4f1eb5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/WindowsBase.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/WindowsBase.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/mscorlib.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/mscorlib.dll index 9d78a8702..7c1144f41 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/mscorlib.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/mscorlib.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/netstandard.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/netstandard.dll index 1672489f8..ead2a081f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/netstandard.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/publish/refs/netstandard.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Antiforgery.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Antiforgery.dll index bfaba6072..55137d6c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Antiforgery.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Antiforgery.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll index e9d229550..3908fd3ad 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll index e2ecbaf43..0d4743a36 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Cookies.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Core.dll index 2516112a9..722443501 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll index a53b6baa1..326661953 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.OAuth.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.dll index 5cf8fd0cc..e9fe4f048 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authentication.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll index a06c101b1..114027f1d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.Policy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.dll index 79c04e3c4..878b606cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Authorization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Authorization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Authorization.dll index b552de5ba..44f0a6e56 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Authorization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Authorization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Forms.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Forms.dll index 5f4dbdfc0..4b682a5f9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Forms.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Forms.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Server.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Server.dll index 1d5319368..7714f88a0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Server.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Server.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Web.dll index f117fb520..22b5d4355 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.dll index b6d2cb609..24991913c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Components.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll index 4e63e3a5d..9c545c23c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Connections.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.CookiePolicy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.CookiePolicy.dll index 608ab415c..afd0d094f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.CookiePolicy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.CookiePolicy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cors.dll index 25a2eca7d..6c01b3f09 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll index 962f34bc7..28fd43015 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.Internal.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll index 512d655df..b4e2b64f1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll index 805721415..a0ddb15d1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll index 7c7a39946..56ced49f6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.dll index 9e7617ff5..4cbf00754 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.DataProtection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll index 6845049db..2d64a747f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll index c393cf44f..202e38c50 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.dll index c9e652f40..3398c9d17 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Diagnostics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HostFiltering.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HostFiltering.dll index f35a86fcc..0074d8912 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HostFiltering.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HostFiltering.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll index 1e433b6f8..b08c8fcfb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll index 54fc987fa..f8ec7ff14 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.dll index 84e0cb838..b0d2091bc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Hosting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll index 12544a675..f866c773d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Html.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll index 2352097b6..c262dc12d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll index 4570409e0..373e1e103 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.dll index fd897797f..feef00012 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Connections.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Extensions.dll index e9556bb2e..f75e506e4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Features.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Features.dll index cbab3984a..7db5babb4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Features.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Features.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Results.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Results.dll index 15a898429..846111ac5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Results.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.Results.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.dll index 9514a919d..536d2c0b3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpLogging.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpLogging.dll index 58f848597..02eec198c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpLogging.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpLogging.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpOverrides.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpOverrides.dll index ff68c44ef..f06e62022 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpOverrides.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpOverrides.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll index 908c84231..a2f4a516a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.HttpsPolicy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Identity.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Identity.dll index ddf00a711..e093f0ab4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Identity.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Identity.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.Routing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.Routing.dll index fca89baf6..2f72e5d63 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.Routing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.Routing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.dll index 4adcd99ae..6b62707c6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Metadata.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Metadata.dll index e6d0c31e4..6555d607e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Metadata.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Metadata.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll index b869a883a..b4c48278c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll index bf170d6cb..f82cfd185 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Core.dll index 12af5bf08..cfa8cd5ae 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll index 3af7aab74..12d8850d4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Cors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll index 87d2d74e4..e1d1d98e4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll index e28f90e8f..7c9f6b4b6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll index 403834202..a7ada84ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll index 47ccea84f..18769ce57 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll index acaf29b11..ada9c0a39 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.Razor.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll index 49e868478..6719b99ff 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll index 4f3d50d1c..a9843f2e9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll index 62df11158..d919b5cb2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.dll index abd579d17..3d1d210fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Mvc.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.OutputCaching.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.OutputCaching.dll index f4b6568e0..c512c2a30 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.OutputCaching.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.OutputCaching.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.RateLimiting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.RateLimiting.dll index 43872efdd..c2cf1c250 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.RateLimiting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.RateLimiting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll index dc53663bb..6047e15fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.dll index 85007f494..89a4f6c58 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Razor.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.RequestDecompression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.RequestDecompression.dll index caebd22a9..50c129181 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.RequestDecompression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.RequestDecompression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll index a571efe6b..ff0aadb0b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.dll index ad866446b..78cda5399 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCaching.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCompression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCompression.dll index 22ae54330..14e44c14a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCompression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.ResponseCompression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Rewrite.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Rewrite.dll index 50b147586..776d28341 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Rewrite.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Rewrite.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll index 6068b20b4..0c23d35c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.dll index d03ad205d..75cf5aa3a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Routing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll index e7ad0a8ad..322dbf0ec 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.HttpSys.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IIS.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IIS.dll index 60daaf614..3277871d5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IIS.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IIS.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll index 50e16c235..cdbe1d488 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.IISIntegration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll index e2c50c6b5..68cbffebf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll index d40e88a6f..009236087 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll index 85ffbaed3..04cade7d1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll index a61ae9259..1e6cadd24 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Server.Kestrel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Session.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Session.dll index 4d31a5360..ac98a0421 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Session.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.Session.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Common.dll index cf13cd5d7..44f2377ce 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Core.dll index 8675dce71..30b206bde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll index 1b610cdcf..d1b2d3614 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.dll index 6e4cd2aff..90b1a44a6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.SignalR.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.StaticFiles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.StaticFiles.dll index 3b99c6ce9..e8cbcbeff 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.StaticFiles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.StaticFiles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebSockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebSockets.dll index 165bb179c..5de09adb1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebSockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebSockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebUtilities.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebUtilities.dll index 349c8db5d..67226e116 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebUtilities.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.WebUtilities.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.dll index 0aeb3c952..8d82c73e9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.AspNetCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.CSharp.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.CSharp.dll index be5fdb765..c8c29a4d7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.CSharp.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.CSharp.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Abstractions.dll index b494fa771..8d07b7178 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Memory.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Memory.dll index 9ec747f9c..ceccb5025 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Memory.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll index 22c258d59..fdc36e836 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Binder.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Binder.dll index 33b1ec0bf..cb70c28b6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Binder.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Binder.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll index 40ab84456..8608d8e1d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.CommandLine.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll index 67e9482f1..5a482b197 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll index 6824be852..2c5e29941 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.FileExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Ini.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Ini.dll index 81f0b2760..11404a4be 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Ini.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Ini.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Json.dll index 65efff76c..608e51a5d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll index 923c084e3..4fb3887c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll index 064c0ead4..1ad0bfc9d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.UserSecrets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Xml.dll index e9a058cfa..409a2356d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.dll index 4800ec9af..110cd3dd6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll index 0735ba712..7e74ab626 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.dll index f2054d7ea..951286011 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll index 12c78ba2b..8e6fdcd89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll index e79f429a9..799fa8dd1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Features.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Features.dll index 9a0028932..39554519f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Features.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Features.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll index b33e44baa..60eec4581 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Composite.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Composite.dll index e457d5734..f6d99f717 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Composite.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Composite.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll index c2bacebd2..6bb23064e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Embedded.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Physical.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Physical.dll index ab559b557..a81455d42 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Physical.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileProviders.Physical.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll index e2ace6c79..cb11029c3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.FileSystemGlobbing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll index 4f7a47674..c42be067a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.dll index 88da66389..aa619588f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Hosting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Http.dll index 9d151355c..042aac0c4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Core.dll index 74e0ecb39..e782b6aca 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Stores.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Stores.dll index ca9969ddb..37728154b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Stores.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Identity.Stores.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.Abstractions.dll index 669839d78..d33f35aa6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.dll index 16a666678..ec42a8c94 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Abstractions.dll index 2b38d0759..7524a775a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Configuration.dll index 806edf28b..d9505cabd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Console.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Console.dll index 0d52ff561..885d5490c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Console.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Console.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Debug.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Debug.dll index 224edac84..195e73dd0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Debug.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.Debug.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventLog.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventLog.dll index ab3136fd0..35d48c990 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventLog.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventLog.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventSource.dll index f8fe52d73..b99c5aa0c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.EventSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.TraceSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.TraceSource.dll index f022c6594..ef0a63a24 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.TraceSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.TraceSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.dll index 017301d61..a194f8055 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Logging.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.ObjectPool.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.ObjectPool.dll index 0877fb8be..749ad1d6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.ObjectPool.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.ObjectPool.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll index 2677ef82e..5e1f498c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll index 97921bace..f6b6799be 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.dll index adc586c38..3b1199b1f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Options.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Primitives.dll index b8606946c..2569a0cfd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.WebEncoders.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.WebEncoders.dll index 0a5e9ed9d..5caeaec13 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.WebEncoders.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Extensions.WebEncoders.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.JSInterop.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.JSInterop.dll index 3cd9a7d93..3fe564b04 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.JSInterop.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.JSInterop.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Net.Http.Headers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Net.Http.Headers.dll index 3cc7bf8b8..d8fdf5608 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Net.Http.Headers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Net.Http.Headers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.VisualBasic.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.VisualBasic.Core.dll index d6e684f65..e578c0daa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.VisualBasic.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.VisualBasic.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.VisualBasic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.VisualBasic.dll index e9261b1ca..6ff7cfb89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.VisualBasic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.VisualBasic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Win32.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Win32.Primitives.dll index 4249169aa..e0476ef4e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Win32.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Win32.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Win32.Registry.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Win32.Registry.dll index 27334fe59..8e29fdfb0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Win32.Registry.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/Microsoft.Win32.Registry.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.AppContext.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.AppContext.dll index feea85727..8b8ecc118 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.AppContext.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.AppContext.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Buffers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Buffers.dll index 6805f59f5..1683dad20 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Buffers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Buffers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Concurrent.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Concurrent.dll index 1d5167f21..61a97937e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Concurrent.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Concurrent.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Immutable.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Immutable.dll index 0f7ba2c3b..601a863fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Immutable.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Immutable.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.NonGeneric.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.NonGeneric.dll index d929046bf..0194454fd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.NonGeneric.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.NonGeneric.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Specialized.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Specialized.dll index eb388d32c..d5f0c1235 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Specialized.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.Specialized.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.dll index 259e0d1a7..4b734c429 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Collections.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.Annotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.Annotations.dll index 6cc55786f..706e2dd7f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.Annotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.Annotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.DataAnnotations.dll index 3aa028113..277742eb6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.EventBasedAsync.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.EventBasedAsync.dll index a66badd93..6f04bd4cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.EventBasedAsync.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.EventBasedAsync.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.Primitives.dll index e222f5a76..21af87daf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.TypeConverter.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.TypeConverter.dll index 797d2b7b8..41a4c3852 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.TypeConverter.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.TypeConverter.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.dll index 213a326d7..fed239896 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ComponentModel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Configuration.dll index e90313bdb..076c12c53 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Console.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Console.dll index 103ae08fb..1e085ade6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Console.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Console.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Core.dll index ccc963cf8..860dcbad3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.Common.dll index ad82d8cf4..1876ad10e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.DataSetExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.DataSetExtensions.dll index c5cc4311c..91eb5813d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.DataSetExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.DataSetExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.dll index f311d370d..4d22703c4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Data.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Contracts.dll index cea225a81..b7b376dae 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Debug.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Debug.dll index 9ff5ab4f1..1a0fa9fbd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Debug.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Debug.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.DiagnosticSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.DiagnosticSource.dll index 8781727ef..2a3ee207f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.DiagnosticSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.DiagnosticSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.EventLog.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.EventLog.dll index 782ba8887..f67b39f70 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.EventLog.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.EventLog.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.FileVersionInfo.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.FileVersionInfo.dll index bf36359f0..93fee40f3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.FileVersionInfo.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.FileVersionInfo.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Process.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Process.dll index c059e6a10..7ec1b5bbd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Process.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Process.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.StackTrace.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.StackTrace.dll index 533440048..2751f3d55 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.StackTrace.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.StackTrace.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.TextWriterTraceListener.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.TextWriterTraceListener.dll index fe08c8e9e..7aa6012fc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.TextWriterTraceListener.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Tools.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Tools.dll index f0e7f0ec4..bbd405c0a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Tools.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Tools.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.TraceSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.TraceSource.dll index 43bbb2c4a..24a684ad7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.TraceSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.TraceSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Tracing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Tracing.dll index 1e0c70203..731973297 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Tracing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Diagnostics.Tracing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Drawing.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Drawing.Primitives.dll index 2823fed73..0f283df83 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Drawing.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Drawing.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Drawing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Drawing.dll index 8e8ed2e7a..9773a8816 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Drawing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Drawing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Dynamic.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Dynamic.Runtime.dll index 602b606da..e2cae3f0a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Dynamic.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Dynamic.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Formats.Asn1.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Formats.Asn1.dll index 34c2f9975..04f4bfc6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Formats.Asn1.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Formats.Asn1.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Formats.Tar.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Formats.Tar.dll index c27970fc6..6f550a2bf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Formats.Tar.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Formats.Tar.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.Calendars.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.Calendars.dll index 5de74aaf1..7c31b9fd7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.Calendars.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.Calendars.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.Extensions.dll index 17d05c40b..b7471f4c9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.dll index 317c4657a..75ef39123 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Globalization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.Brotli.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.Brotli.dll index b1e7ab878..66c25dc19 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.Brotli.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.Brotli.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.FileSystem.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.FileSystem.dll index 9394f3cf2..8cdabbec0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.FileSystem.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.FileSystem.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.ZipFile.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.ZipFile.dll index 063bb6f22..9f0fec696 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.ZipFile.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.ZipFile.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.dll index b5e2bc270..e1ff7c1b1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Compression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.AccessControl.dll index 703d22e1b..08016861c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.DriveInfo.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.DriveInfo.dll index bfed09643..768c95bd2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.DriveInfo.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.DriveInfo.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.Primitives.dll index 6c686b626..cfe1bbc89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.Watcher.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.Watcher.dll index 0d9ea631e..f404301b0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.Watcher.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.Watcher.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.dll index 5b9ec5b3d..94151b2c6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.FileSystem.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.IsolatedStorage.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.IsolatedStorage.dll index 2e8444abf..d63e85d7c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.IsolatedStorage.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.IsolatedStorage.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.MemoryMappedFiles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.MemoryMappedFiles.dll index bf3e0b7da..aa6f46141 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.MemoryMappedFiles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.MemoryMappedFiles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipelines.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipelines.dll index aa4157611..dc73bdd1c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipelines.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipelines.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipes.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipes.AccessControl.dll index da5a28fef..91425cfb9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipes.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipes.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipes.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipes.dll index 670225f42..a1713a3aa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipes.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.Pipes.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.UnmanagedMemoryStream.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.UnmanagedMemoryStream.dll index dec65f87b..4f5819d6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.UnmanagedMemoryStream.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.UnmanagedMemoryStream.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.dll index 5aa1a56a8..bf93563ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.IO.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Expressions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Expressions.dll index 31b22174d..873624a4b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Expressions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Expressions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Parallel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Parallel.dll index f511213ce..e123a7c87 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Parallel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Parallel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Queryable.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Queryable.dll index 01b77b2fd..7e377e314 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Queryable.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.Queryable.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.dll index 4097c6020..1d2f077b9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Linq.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Memory.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Memory.dll index 4ca1bea49..b820a54c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Memory.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Memory.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Http.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Http.Json.dll index 0873969fc..a553262ab 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Http.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Http.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Http.dll index 9a47cb4de..4c061b234 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.HttpListener.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.HttpListener.dll index 8d7971fc1..6df912061 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.HttpListener.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.HttpListener.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Mail.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Mail.dll index bdc6f1249..32994a4c0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Mail.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Mail.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.NameResolution.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.NameResolution.dll index abd85e359..c0b9d5e80 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.NameResolution.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.NameResolution.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.NetworkInformation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.NetworkInformation.dll index 6de36b2eb..326923975 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.NetworkInformation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.NetworkInformation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Ping.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Ping.dll index 6f8689e76..d12a57fd0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Ping.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Ping.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Primitives.dll index ce32204db..f0d1da8d3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Quic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Quic.dll index ef273a5aa..abbbb98c9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Quic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Quic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Requests.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Requests.dll index 369a30222..353fa5f27 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Requests.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Requests.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Security.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Security.dll index 22e59346b..721678ef5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Security.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Security.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.ServicePoint.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.ServicePoint.dll index 4af1eaa80..a73ebca9e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.ServicePoint.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.ServicePoint.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Sockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Sockets.dll index f688fd8b8..83042ad3f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Sockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.Sockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebClient.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebClient.dll index 1d50f38e7..cfb525a59 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebClient.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebClient.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebHeaderCollection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebHeaderCollection.dll index 5ab6a6e22..432443c55 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebHeaderCollection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebHeaderCollection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebProxy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebProxy.dll index df86d5345..c95a35029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebProxy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebProxy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebSockets.Client.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebSockets.Client.dll index 02bf1223b..4cf8a7012 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebSockets.Client.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebSockets.Client.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebSockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebSockets.dll index 6086486af..bda3705c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebSockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.WebSockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.dll index 6762515a7..f5b68da00 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Net.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Numerics.Vectors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Numerics.Vectors.dll index cc172790a..b9014b522 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Numerics.Vectors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Numerics.Vectors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Numerics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Numerics.dll index bdaa06ab9..54d86a344 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Numerics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Numerics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ObjectModel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ObjectModel.dll index a2a6b595c..33028069b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ObjectModel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ObjectModel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.DispatchProxy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.DispatchProxy.dll index be50a8e43..21b920b8f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.DispatchProxy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.DispatchProxy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.ILGeneration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.ILGeneration.dll index b5261787e..c558c7a5c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.ILGeneration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.ILGeneration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.Lightweight.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.Lightweight.dll index fc3ad641d..24acc433b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.Lightweight.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.Lightweight.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.dll index 86d8d8b58..809014609 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Emit.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Extensions.dll index 7b874ffe9..c2262559a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Metadata.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Metadata.dll index 269fa5819..8ac210b3b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Metadata.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Metadata.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Primitives.dll index 96b43d641..1d172e084 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.TypeExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.TypeExtensions.dll index 07ce84426..0b6836c91 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.TypeExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.TypeExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.dll index fd13a9f39..bcd258c8e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Reflection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.Reader.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.Reader.dll index 9114da97e..96b3e0850 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.Reader.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.Reader.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.ResourceManager.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.ResourceManager.dll index cb65a00cd..eef4f529e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.ResourceManager.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.ResourceManager.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.Writer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.Writer.dll index 985d314b8..c6b787792 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.Writer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Resources.Writer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.CompilerServices.Unsafe.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.CompilerServices.Unsafe.dll index 94fea9318..52eeab612 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.CompilerServices.Unsafe.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.CompilerServices.VisualC.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.CompilerServices.VisualC.dll index 287d05fde..028006758 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.CompilerServices.VisualC.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Extensions.dll index 9d2bbaf4a..7c9bd7150 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Handles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Handles.dll index 5301829da..de228b142 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Handles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Handles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.JavaScript.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.JavaScript.dll index 7180cb1a1..1fbf73fe1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.JavaScript.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll index 200fc047a..f49d5b917 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.dll index 425a1e3f7..84304e768 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.InteropServices.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Intrinsics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Intrinsics.dll index 3fcb1f8ae..6b88709fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Intrinsics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Intrinsics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Loader.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Loader.dll index cd7193c25..0f76412a5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Loader.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Loader.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Numerics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Numerics.dll index 2a6c6c935..66d3cba60 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Numerics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Numerics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Formatters.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Formatters.dll index 174c4072c..9a1565cc7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Formatters.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Formatters.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Json.dll index 01fae7d16..007734569 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Primitives.dll index ef2cc80ed..e0a4556c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Xml.dll index f641b63c5..3b29c4455 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.dll index d0fc04503..ffc1425cd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.Serialization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.dll index 0a2b0b815..5a852f441 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.AccessControl.dll index 2a5ae5a0a..fb3aee61f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Claims.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Claims.dll index 325091db8..c6b78fdfe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Claims.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Claims.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Algorithms.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Algorithms.dll index 4e5fcb920..cd7bcf682 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Algorithms.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Algorithms.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Cng.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Cng.dll index cf140b4ab..0ff90a9d6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Cng.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Cng.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Csp.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Csp.dll index 3d2635254..2f7046d86 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Csp.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Csp.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Encoding.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Encoding.dll index a696db9c7..bb8d25651 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Encoding.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Encoding.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.OpenSsl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.OpenSsl.dll index 312b6b0e4..ce6134025 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.OpenSsl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.OpenSsl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Primitives.dll index 073ebb842..130be5c23 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.X509Certificates.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.X509Certificates.dll index 06a316afc..bd63e2652 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.X509Certificates.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.X509Certificates.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Xml.dll index f65e0352d..07d32ccd7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.dll index c4afc8d73..68c8fd2cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Cryptography.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Principal.Windows.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Principal.Windows.dll index 9a699fd09..7de6348df 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Principal.Windows.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Principal.Windows.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Principal.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Principal.dll index c386f509c..c75425fbf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Principal.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.Principal.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.SecureString.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.SecureString.dll index 9696136ac..d5e22259f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.SecureString.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.SecureString.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.dll index 3074616a3..e762d1c41 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Security.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ServiceModel.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ServiceModel.Web.dll index b4e360e04..88d2c1e8b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ServiceModel.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ServiceModel.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ServiceProcess.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ServiceProcess.dll index d8c86e812..c6b5d8f5c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ServiceProcess.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ServiceProcess.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.CodePages.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.CodePages.dll index 39ba1440c..a44a1bcb1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.CodePages.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.CodePages.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.Extensions.dll index 06e87fd2e..308cb9cf8 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.dll index 7110484e8..cc9b4eb29 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encoding.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encodings.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encodings.Web.dll index 7cf8d38e0..f514e7904 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encodings.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Encodings.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Json.dll index b41281dfa..748f9a6a9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.RegularExpressions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.RegularExpressions.dll index b5e9a390a..bd4771d65 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.RegularExpressions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Text.RegularExpressions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Channels.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Channels.dll index 5eb9b4c34..67229aedc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Channels.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Channels.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Overlapped.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Overlapped.dll index d89a87f50..f62be8df5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Overlapped.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Overlapped.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.RateLimiting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.RateLimiting.dll index 05a3d29ae..05fd8538a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.RateLimiting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.RateLimiting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Dataflow.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Dataflow.dll index 54bca1a52..3626050fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Dataflow.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Dataflow.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Extensions.dll index c091c8eb7..bacaa94c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Parallel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Parallel.dll index 3a66cf730..eb9c18483 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Parallel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.Parallel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.dll index 1e122cacb..c764a02ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Tasks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Thread.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Thread.dll index 1d367c172..bcb030122 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Thread.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Thread.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.ThreadPool.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.ThreadPool.dll index bb4c478ef..af95d89cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.ThreadPool.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.ThreadPool.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Timer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Timer.dll index 0d6a5cb51..f0ebe9a80 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Timer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.Timer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.dll index 244bc3d0b..38d7d853c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Threading.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Transactions.Local.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Transactions.Local.dll index dde7bbae2..716ae8105 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Transactions.Local.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Transactions.Local.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Transactions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Transactions.dll index f740b6929..b123c1de7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Transactions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Transactions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ValueTuple.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ValueTuple.dll index 36c1df4f2..04c40579b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ValueTuple.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.ValueTuple.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Web.HttpUtility.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Web.HttpUtility.dll index d856c1c77..73adb183c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Web.HttpUtility.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Web.HttpUtility.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Web.dll index afce5435b..1cd2cdb98 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Windows.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Windows.dll index edf2f3ad2..2c35f2676 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Windows.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Windows.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.Linq.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.Linq.dll index f159c7dc6..f74ac0704 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.Linq.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.Linq.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.ReaderWriter.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.ReaderWriter.dll index e128922f0..f777fe909 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.ReaderWriter.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.ReaderWriter.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.Serialization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.Serialization.dll index 085fbba19..9cc479b1c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.Serialization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.Serialization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XDocument.dll index c52d01f5c..e9a082eb7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XPath.XDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XPath.XDocument.dll index bba9a8930..04fe68048 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XPath.XDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XPath.XDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XPath.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XPath.dll index 668a0b4f2..4cc1258e0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XPath.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XPath.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XmlDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XmlDocument.dll index ec06f1108..056e977b4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XmlDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XmlDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XmlSerializer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XmlSerializer.dll index 9bee27e87..b76b7bade 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XmlSerializer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.XmlSerializer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.dll index 699c37096..cf549d742 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.dll index 38b4efdc9..7c4937534 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/System.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/WindowsBase.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/WindowsBase.dll index f9f448a41..08d4f1eb5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/WindowsBase.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/WindowsBase.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/mscorlib.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/mscorlib.dll index 9d78a8702..7c1144f41 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/mscorlib.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/mscorlib.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/netstandard.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/netstandard.dll index 1672489f8..ead2a081f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/netstandard.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/bin/Release/net7.0/refs/netstandard.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache index ad8e109ba..0d7e09d9b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache index f479978b5..aa4aa547a 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -039c7b665b06e3c514afed8389b93e84331dccbe1d72e93203fb5b47498bffb2 +c645921de6d09da0727fc622415a124224c7120ed54105997fd4452a841cb107 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.FileListAbsolute.txt index 1594d6a6d..bf0e0667a 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.FileListAbsolute.txt @@ -1756,589 +1756,3 @@ C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGr C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.pdb C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache C:\Users\Administrator\Desktop\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\web.config -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\appsettings.Development.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\appsettings.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\appsettings.secrets.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\package-lock.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\package.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.exe -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Pages\Index.css -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Pages\Index.js -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Pages\WinIn\FasterZ\AgGridReport\MapperProc\index.css -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Pages\WinIn\FasterZ\AgGridReport\MapperProc\index.js -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.dll.config -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.runtimeconfig.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Antiforgery.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.Cookies.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authentication.OAuth.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Authorization.Policy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.Forms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Components.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Connections.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.CookiePolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Cryptography.Internal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.DataProtection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Diagnostics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.HostFiltering.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Html.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Connections.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Connections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Http.Results.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.HttpLogging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.HttpOverrides.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.HttpsPolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Localization.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.OutputCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Razor.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.RequestDecompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.ResponseCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.ResponseCompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Rewrite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Routing.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.HttpSys.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.IIS.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.IISIntegration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.Session.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.SignalR.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.SignalR.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.SignalR.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.StaticFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.AspNetCore.WebUtilities.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.CSharp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Caching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Caching.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Binder.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.CommandLine.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.FileExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Ini.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.UserSecrets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Configuration.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.FileProviders.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.FileProviders.Composite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.FileProviders.Embedded.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.FileProviders.Physical.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.FileSystemGlobbing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Identity.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Identity.Stores.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.EventSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Logging.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.ObjectPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Options.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Options.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Extensions.WebEncoders.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.JSInterop.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Net.Http.Headers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.VisualBasic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.VisualBasic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Win32.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\Microsoft.Win32.Registry.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\mscorlib.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\netstandard.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.AppContext.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Buffers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Collections.Concurrent.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Collections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Collections.Immutable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Collections.NonGeneric.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Collections.Specialized.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ComponentModel.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ComponentModel.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ComponentModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ComponentModel.EventBasedAsync.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ComponentModel.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ComponentModel.TypeConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Data.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Data.DataSetExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.DiagnosticSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.FileVersionInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.Process.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.StackTrace.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.TextWriterTraceListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.Tools.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Diagnostics.Tracing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Drawing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Drawing.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Dynamic.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Formats.Asn1.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Formats.Tar.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Globalization.Calendars.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Globalization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Globalization.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.Compression.Brotli.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.Compression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.Compression.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.Compression.ZipFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.FileSystem.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.FileSystem.DriveInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.FileSystem.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.FileSystem.Watcher.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.IsolatedStorage.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.MemoryMappedFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.Pipelines.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.Pipes.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.Pipes.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.IO.UnmanagedMemoryStream.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Linq.Expressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Linq.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Linq.Queryable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Http.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.HttpListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Mail.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.NameResolution.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.NetworkInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Ping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Requests.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.ServicePoint.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.WebClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.WebHeaderCollection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.WebProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.WebSockets.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Net.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Numerics.Vectors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ObjectModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.DispatchProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.Emit.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.Emit.ILGeneration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.Emit.Lightweight.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Reflection.TypeExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Resources.Reader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Resources.ResourceManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Resources.Writer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.CompilerServices.Unsafe.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.CompilerServices.VisualC.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Handles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.InteropServices.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.InteropServices.JavaScript.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.InteropServices.RuntimeInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Intrinsics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Loader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Serialization.Formatters.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Serialization.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Serialization.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Runtime.Serialization.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Claims.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.Algorithms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.Cng.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.Csp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.OpenSsl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.X509Certificates.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Cryptography.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Principal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.Principal.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Security.SecureString.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ServiceModel.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ServiceProcess.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Text.Encoding.CodePages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Text.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Text.Encoding.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Text.Encodings.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Text.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Text.RegularExpressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.Channels.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.Overlapped.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.Tasks.Dataflow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.Tasks.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.Tasks.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.Thread.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.ThreadPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Threading.Timer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Transactions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Transactions.Local.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.ValueTuple.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Web.HttpUtility.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.ReaderWriter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.XmlDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.XmlSerializer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.XPath.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\System.Xml.XPath.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\refs\WindowsBase.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\AsyncKeyedLock.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Autofac.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Autofac.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Autofac.Extras.DynamicProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\AutoMapper.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Azure.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Azure.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Castle.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Castle.Core.AsyncInterceptor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\JetBrains.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.AspNetCore.Mvc.Versioning.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.AspNetCore.Razor.Language.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.Bcl.AsyncInterfaces.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.CodeAnalysis.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.CodeAnalysis.CSharp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.CodeAnalysis.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.Relational.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.EntityFrameworkCore.SqlServer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.Extensions.DependencyModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.Identity.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.Identity.Client.Extensions.Msal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.IdentityModel.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.IdentityModel.JsonWebTokens.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.IdentityModel.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.IdentityModel.Tokens.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.OpenApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.SqlServer.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Microsoft.Win32.SystemEvents.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Nito.AsyncEx.Context.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Nito.AsyncEx.Coordination.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Nito.AsyncEx.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Nito.Collections.Deque.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Nito.Disposables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\NUglify.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\OpenIddict.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\OpenIddict.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\OpenIddict.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\OpenIddict.Server.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\OpenIddict.Validation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\OpenIddict.Validation.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\OpenIddict.Validation.ServerIntegration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Polly.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Scriban.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.Formatting.Compact.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.Settings.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.Sinks.Async.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.Sinks.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.Sinks.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Serilog.Sinks.File.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Swashbuckle.AspNetCore.Swagger.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Swashbuckle.AspNetCore.SwaggerGen.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Swashbuckle.AspNetCore.SwaggerUI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.Configuration.ConfigurationManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.IdentityModel.Tokens.Jwt.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.Linq.Dynamic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.Memory.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.Runtime.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.Security.Permissions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\System.Windows.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\TimeZoneConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Account.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Account.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Account.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Account.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Account.Web.OpenIddict.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.ApiVersioning.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Packages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AspNetCore.Serilog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Auditing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Auditing.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AuditLogging.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AuditLogging.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AuditLogging.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Authorization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Autofac.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.AutoMapper.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.BackgroundWorkers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Castle.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Ddd.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Ddd.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Ddd.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.DistributedLocking.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Emailing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.EntityFrameworkCore.SqlServer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.EventBus.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.EventBus.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.ExceptionHandling.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.FeatureManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.FeatureManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.FeatureManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.FeatureManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.FeatureManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.FeatureManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.FeatureManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.GlobalFeatures.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Guids.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Http.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Identity.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Identity.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Identity.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Identity.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Identity.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Identity.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Identity.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Identity.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Json.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Json.SystemTextJson.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Minify.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.ObjectExtending.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.ObjectMapping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.OpenIddict.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.OpenIddict.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.OpenIddict.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.OpenIddict.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Domain.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Domain.OpenIddict.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.PermissionManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.SettingManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.SettingManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.SettingManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.SettingManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.SettingManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.SettingManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.SettingManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Settings.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Specifications.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Swashbuckle.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TenantManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TenantManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TenantManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TenantManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TenantManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TenantManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TenantManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TextTemplating.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TextTemplating.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.TextTemplating.Scriban.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Timing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.UI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.UI.Navigation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Uow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Users.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Users.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Users.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Users.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Validation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.Validation.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\Volo.Abp.VirtualFileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Debug\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.csproj.SuggestedBindingRedirects.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.dll.config -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.MvcApplicationPartsAssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.MvcApplicationPartsAssemblyInfo.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.RazorAssemblyInfo.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.RazorAssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\staticwebassets.build.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\staticwebassets.development.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\staticwebassets\msbuild.WinIn.FasterZ.AgGridReport.Web.Microsoft.AspNetCore.StaticWebAssets.props -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\staticwebassets\msbuild.build.WinIn.FasterZ.AgGridReport.Web.props -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\staticwebassets\msbuild.buildMultiTargeting.WinIn.FasterZ.AgGridReport.Web.props -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\staticwebassets\msbuild.buildTransitive.WinIn.FasterZ.AgGridReport.Web.props -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\staticwebassets.pack.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\scopedcss\bundle\WinIn.FasterZ.AgGridReport.Web.styles.css -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\refint\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Debug\net7.0\ref\WinIn.FasterZ.AgGridReport.Web.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.dll index 38d251831..5a695563e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache index 3021e0101..d3228871e 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache @@ -1 +1 @@ -c56e80a495e9e7ca6b06747af78badc297764556f7212c29ade02446ba71517b +c8abadda640e48cea6b2b7ef74256bd65a6c3b9fa09dc7e5d74519c29354830d diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb index 94cd2028a..535a29235 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/apphost.exe b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/apphost.exe index 0fc217b4b..787a0a1d7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/apphost.exe and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/apphost.exe differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Web.dll index 899daac75..ef28fa77a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/ref/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Web.dll index 899daac75..ef28fa77a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/refint/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.build.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.build.json index b98e31460..c9f55dc85 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.build.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.build.json @@ -1,6 +1,6 @@ { "Version": 1, - "Hash": "VILnAH79aLHZfYchIW7BCh0vgfIZ9hCgv5Q85Q9XlOY=", + "Hash": "QxzQYe5XtqBgAskl3wAiEq4mh9G45Txvp8yrUrSeAFk=", "Source": "WinIn.FasterZ.AgGridReport.Web", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "Mode": "Default", @@ -10,17 +10,17 @@ { "Name": "WinIn.FasterZ.AgGridReport.Web\\wwwroot", "Source": "WinIn.FasterZ.AgGridReport.Web", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "Pattern": "**" } ], "Assets": [ { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "global-styles.css", "AssetKind": "All", @@ -36,10 +36,10 @@ "OriginalItemSpec": "wwwroot\\global-styles.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-dark.png", "AssetKind": "All", @@ -55,10 +55,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-dark.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-dark-thumbnail.png", "AssetKind": "All", @@ -74,10 +74,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-light.png", "AssetKind": "All", @@ -93,10 +93,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-light.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-light-thumbnail.png", "AssetKind": "All", @@ -112,10 +112,10 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/css/all.css", "AssetKind": "All", @@ -131,10 +131,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/css/v4-shims.css", "AssetKind": "All", @@ -150,10 +150,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot", "AssetKind": "All", @@ -169,10 +169,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg", "AssetKind": "All", @@ -188,10 +188,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf", "AssetKind": "All", @@ -207,10 +207,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff", "AssetKind": "All", @@ -226,10 +226,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2", "AssetKind": "All", @@ -245,10 +245,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot", "AssetKind": "All", @@ -264,10 +264,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg", "AssetKind": "All", @@ -283,10 +283,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf", "AssetKind": "All", @@ -302,10 +302,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff", "AssetKind": "All", @@ -321,10 +321,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2", "AssetKind": "All", @@ -340,10 +340,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot", "AssetKind": "All", @@ -359,10 +359,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg", "AssetKind": "All", @@ -378,10 +378,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf", "AssetKind": "All", @@ -397,10 +397,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff", "AssetKind": "All", @@ -416,10 +416,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2", "AssetKind": "All", @@ -435,10 +435,10 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/core/abp.css", "AssetKind": "All", @@ -454,10 +454,10 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\core\\abp.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/core/abp.js", "AssetKind": "All", @@ -473,10 +473,10 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\core\\abp.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/jquery/abp.jquery.js", "AssetKind": "All", @@ -492,10 +492,10 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\jquery\\abp.jquery.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/luxon/abp.luxon.js", "AssetKind": "All", @@ -511,10 +511,10 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\luxon\\abp.luxon.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.js", "AssetKind": "All", @@ -530,10 +530,10 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.js.map", "AssetKind": "All", @@ -549,10 +549,10 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.min.js", "AssetKind": "All", @@ -568,10 +568,10 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.min.js.map", "AssetKind": "All", @@ -587,10 +587,10 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.css", "AssetKind": "All", @@ -606,10 +606,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.css.map", "AssetKind": "All", @@ -625,10 +625,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.min.css", "AssetKind": "All", @@ -644,10 +644,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.min.css.map", "AssetKind": "All", @@ -663,10 +663,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.css", "AssetKind": "All", @@ -682,10 +682,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.css.map", "AssetKind": "All", @@ -701,10 +701,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.min.css", "AssetKind": "All", @@ -720,10 +720,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.min.css.map", "AssetKind": "All", @@ -739,10 +739,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.js", "AssetKind": "All", @@ -758,10 +758,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.js.map", "AssetKind": "All", @@ -777,10 +777,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.min.js", "AssetKind": "All", @@ -796,10 +796,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.min.js.map", "AssetKind": "All", @@ -815,10 +815,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.css.map", "AssetKind": "All", @@ -834,10 +834,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.min.css", "AssetKind": "All", @@ -853,10 +853,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.min.js", "AssetKind": "All", @@ -872,10 +872,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js", "AssetKind": "All", @@ -891,10 +891,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js", "AssetKind": "All", @@ -910,10 +910,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js", "AssetKind": "All", @@ -929,10 +929,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js", "AssetKind": "All", @@ -948,10 +948,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js", "AssetKind": "All", @@ -967,10 +967,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js", "AssetKind": "All", @@ -986,10 +986,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js", "AssetKind": "All", @@ -1005,10 +1005,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js", "AssetKind": "All", @@ -1024,10 +1024,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js", "AssetKind": "All", @@ -1043,10 +1043,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js", "AssetKind": "All", @@ -1062,10 +1062,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js", "AssetKind": "All", @@ -1081,10 +1081,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js", "AssetKind": "All", @@ -1100,10 +1100,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js", "AssetKind": "All", @@ -1119,10 +1119,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js", "AssetKind": "All", @@ -1138,10 +1138,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js", "AssetKind": "All", @@ -1157,10 +1157,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js", "AssetKind": "All", @@ -1176,10 +1176,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js", "AssetKind": "All", @@ -1195,10 +1195,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js", "AssetKind": "All", @@ -1214,10 +1214,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js", "AssetKind": "All", @@ -1233,10 +1233,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js", "AssetKind": "All", @@ -1252,10 +1252,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js", "AssetKind": "All", @@ -1271,10 +1271,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js", "AssetKind": "All", @@ -1290,10 +1290,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js", "AssetKind": "All", @@ -1309,10 +1309,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js", "AssetKind": "All", @@ -1328,10 +1328,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js", "AssetKind": "All", @@ -1347,10 +1347,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js", "AssetKind": "All", @@ -1366,10 +1366,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js", "AssetKind": "All", @@ -1385,10 +1385,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js", "AssetKind": "All", @@ -1404,10 +1404,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js", "AssetKind": "All", @@ -1423,10 +1423,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js", "AssetKind": "All", @@ -1442,10 +1442,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js", "AssetKind": "All", @@ -1461,10 +1461,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js", "AssetKind": "All", @@ -1480,10 +1480,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js", "AssetKind": "All", @@ -1499,10 +1499,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js", "AssetKind": "All", @@ -1518,10 +1518,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js", "AssetKind": "All", @@ -1537,10 +1537,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js", "AssetKind": "All", @@ -1556,10 +1556,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js", "AssetKind": "All", @@ -1575,10 +1575,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js", "AssetKind": "All", @@ -1594,10 +1594,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js", "AssetKind": "All", @@ -1613,10 +1613,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js", "AssetKind": "All", @@ -1632,10 +1632,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js", "AssetKind": "All", @@ -1651,10 +1651,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js", "AssetKind": "All", @@ -1670,10 +1670,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js", "AssetKind": "All", @@ -1689,10 +1689,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js", "AssetKind": "All", @@ -1708,10 +1708,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js", "AssetKind": "All", @@ -1727,10 +1727,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js", "AssetKind": "All", @@ -1746,10 +1746,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js", "AssetKind": "All", @@ -1765,10 +1765,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js", "AssetKind": "All", @@ -1784,10 +1784,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js", "AssetKind": "All", @@ -1803,10 +1803,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js", "AssetKind": "All", @@ -1822,10 +1822,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js", "AssetKind": "All", @@ -1841,10 +1841,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js", "AssetKind": "All", @@ -1860,10 +1860,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js", "AssetKind": "All", @@ -1879,10 +1879,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js", "AssetKind": "All", @@ -1898,10 +1898,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js", "AssetKind": "All", @@ -1917,10 +1917,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js", "AssetKind": "All", @@ -1936,10 +1936,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js", "AssetKind": "All", @@ -1955,10 +1955,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js", "AssetKind": "All", @@ -1974,10 +1974,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js", "AssetKind": "All", @@ -1993,10 +1993,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js", "AssetKind": "All", @@ -2012,10 +2012,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js", "AssetKind": "All", @@ -2031,10 +2031,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js", "AssetKind": "All", @@ -2050,10 +2050,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js", "AssetKind": "All", @@ -2069,10 +2069,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js", "AssetKind": "All", @@ -2088,10 +2088,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js", "AssetKind": "All", @@ -2107,10 +2107,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js", "AssetKind": "All", @@ -2126,10 +2126,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js", "AssetKind": "All", @@ -2145,10 +2145,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js", "AssetKind": "All", @@ -2164,10 +2164,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js", "AssetKind": "All", @@ -2183,10 +2183,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js", "AssetKind": "All", @@ -2202,10 +2202,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js", "AssetKind": "All", @@ -2221,10 +2221,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js", "AssetKind": "All", @@ -2240,10 +2240,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js", "AssetKind": "All", @@ -2259,10 +2259,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js", "AssetKind": "All", @@ -2278,10 +2278,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js", "AssetKind": "All", @@ -2297,10 +2297,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js", "AssetKind": "All", @@ -2316,10 +2316,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js", "AssetKind": "All", @@ -2335,10 +2335,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js", "AssetKind": "All", @@ -2354,10 +2354,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js", "AssetKind": "All", @@ -2373,10 +2373,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js", "AssetKind": "All", @@ -2392,10 +2392,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js", "AssetKind": "All", @@ -2411,10 +2411,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js", "AssetKind": "All", @@ -2430,10 +2430,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js", "AssetKind": "All", @@ -2449,10 +2449,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js", "AssetKind": "All", @@ -2468,10 +2468,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js", "AssetKind": "All", @@ -2487,10 +2487,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js", "AssetKind": "All", @@ -2506,10 +2506,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-daterangepicker/daterangepicker.css", "AssetKind": "All", @@ -2525,10 +2525,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-daterangepicker/daterangepicker.js", "AssetKind": "All", @@ -2544,10 +2544,10 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net/js/jquery.dataTables.js", "AssetKind": "All", @@ -2563,10 +2563,10 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net-bs5/css/dataTables.bootstrap5.css", "AssetKind": "All", @@ -2582,10 +2582,10 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net-bs5/js/dataTables.bootstrap5.js", "AssetKind": "All", @@ -2601,10 +2601,10 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery/jquery.js", "AssetKind": "All", @@ -2620,10 +2620,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery\\jquery.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-form/jquery.form.min.js", "AssetKind": "All", @@ -2639,10 +2639,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-form\\jquery.form.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/jquery.validate.js", "AssetKind": "All", @@ -2658,10 +2658,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\jquery.validate.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ar.js", "AssetKind": "All", @@ -2677,10 +2677,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ar.min.js", "AssetKind": "All", @@ -2696,10 +2696,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_az.js", "AssetKind": "All", @@ -2715,10 +2715,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_az.min.js", "AssetKind": "All", @@ -2734,10 +2734,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bg.js", "AssetKind": "All", @@ -2753,10 +2753,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bg.min.js", "AssetKind": "All", @@ -2772,10 +2772,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bn_BD.js", "AssetKind": "All", @@ -2791,10 +2791,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bn_BD.min.js", "AssetKind": "All", @@ -2810,10 +2810,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ca.js", "AssetKind": "All", @@ -2829,10 +2829,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ca.min.js", "AssetKind": "All", @@ -2848,10 +2848,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_cs.js", "AssetKind": "All", @@ -2867,10 +2867,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_cs.min.js", "AssetKind": "All", @@ -2886,10 +2886,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_da.js", "AssetKind": "All", @@ -2905,10 +2905,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_da.min.js", "AssetKind": "All", @@ -2924,10 +2924,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_de.js", "AssetKind": "All", @@ -2943,10 +2943,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_de.min.js", "AssetKind": "All", @@ -2962,10 +2962,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_el.js", "AssetKind": "All", @@ -2981,10 +2981,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_el.min.js", "AssetKind": "All", @@ -3000,10 +3000,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es.js", "AssetKind": "All", @@ -3019,10 +3019,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es.min.js", "AssetKind": "All", @@ -3038,10 +3038,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_AR.js", "AssetKind": "All", @@ -3057,10 +3057,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_AR.min.js", "AssetKind": "All", @@ -3076,10 +3076,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_PE.js", "AssetKind": "All", @@ -3095,10 +3095,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_PE.min.js", "AssetKind": "All", @@ -3114,10 +3114,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_et.js", "AssetKind": "All", @@ -3133,10 +3133,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_et.min.js", "AssetKind": "All", @@ -3152,10 +3152,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_eu.js", "AssetKind": "All", @@ -3171,10 +3171,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_eu.min.js", "AssetKind": "All", @@ -3190,10 +3190,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fa.js", "AssetKind": "All", @@ -3209,10 +3209,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fa.min.js", "AssetKind": "All", @@ -3228,10 +3228,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fi.js", "AssetKind": "All", @@ -3247,10 +3247,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fi.min.js", "AssetKind": "All", @@ -3266,10 +3266,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fr.js", "AssetKind": "All", @@ -3285,10 +3285,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fr.min.js", "AssetKind": "All", @@ -3304,10 +3304,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ge.js", "AssetKind": "All", @@ -3323,10 +3323,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ge.min.js", "AssetKind": "All", @@ -3342,10 +3342,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_gl.js", "AssetKind": "All", @@ -3361,10 +3361,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_gl.min.js", "AssetKind": "All", @@ -3380,10 +3380,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_he.js", "AssetKind": "All", @@ -3399,10 +3399,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_he.min.js", "AssetKind": "All", @@ -3418,10 +3418,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hi.js", "AssetKind": "All", @@ -3437,10 +3437,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hi.min.js", "AssetKind": "All", @@ -3456,10 +3456,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hr.js", "AssetKind": "All", @@ -3475,10 +3475,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hr.min.js", "AssetKind": "All", @@ -3494,10 +3494,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hu.js", "AssetKind": "All", @@ -3513,10 +3513,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hu.min.js", "AssetKind": "All", @@ -3532,10 +3532,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hy_AM.js", "AssetKind": "All", @@ -3551,10 +3551,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hy_AM.min.js", "AssetKind": "All", @@ -3570,10 +3570,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_id.js", "AssetKind": "All", @@ -3589,10 +3589,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_id.min.js", "AssetKind": "All", @@ -3608,10 +3608,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_is.js", "AssetKind": "All", @@ -3627,10 +3627,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_is.min.js", "AssetKind": "All", @@ -3646,10 +3646,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_it.js", "AssetKind": "All", @@ -3665,10 +3665,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_it.min.js", "AssetKind": "All", @@ -3684,10 +3684,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ja.js", "AssetKind": "All", @@ -3703,10 +3703,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ja.min.js", "AssetKind": "All", @@ -3722,10 +3722,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ka.js", "AssetKind": "All", @@ -3741,10 +3741,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ka.min.js", "AssetKind": "All", @@ -3760,10 +3760,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_kk.js", "AssetKind": "All", @@ -3779,10 +3779,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_kk.min.js", "AssetKind": "All", @@ -3798,10 +3798,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ko.js", "AssetKind": "All", @@ -3817,10 +3817,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ko.min.js", "AssetKind": "All", @@ -3836,10 +3836,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lt.js", "AssetKind": "All", @@ -3855,10 +3855,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lt.min.js", "AssetKind": "All", @@ -3874,10 +3874,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lv.js", "AssetKind": "All", @@ -3893,10 +3893,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lv.min.js", "AssetKind": "All", @@ -3912,10 +3912,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_mk.js", "AssetKind": "All", @@ -3931,10 +3931,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_mk.min.js", "AssetKind": "All", @@ -3950,10 +3950,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_my.js", "AssetKind": "All", @@ -3969,10 +3969,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_my.min.js", "AssetKind": "All", @@ -3988,10 +3988,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_nl.js", "AssetKind": "All", @@ -4007,10 +4007,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_nl.min.js", "AssetKind": "All", @@ -4026,10 +4026,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_no.js", "AssetKind": "All", @@ -4045,10 +4045,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_no.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_no.min.js", "AssetKind": "All", @@ -4064,10 +4064,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pl.js", "AssetKind": "All", @@ -4083,10 +4083,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pl.min.js", "AssetKind": "All", @@ -4102,10 +4102,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_BR.js", "AssetKind": "All", @@ -4121,10 +4121,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_BR.min.js", "AssetKind": "All", @@ -4140,10 +4140,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_PT.js", "AssetKind": "All", @@ -4159,10 +4159,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_PT.min.js", "AssetKind": "All", @@ -4178,10 +4178,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ro.js", "AssetKind": "All", @@ -4197,10 +4197,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ro.min.js", "AssetKind": "All", @@ -4216,10 +4216,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ru.js", "AssetKind": "All", @@ -4235,10 +4235,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ru.min.js", "AssetKind": "All", @@ -4254,10 +4254,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sd.js", "AssetKind": "All", @@ -4273,10 +4273,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sd.min.js", "AssetKind": "All", @@ -4292,10 +4292,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_si.js", "AssetKind": "All", @@ -4311,10 +4311,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_si.min.js", "AssetKind": "All", @@ -4330,10 +4330,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sk.js", "AssetKind": "All", @@ -4349,10 +4349,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sk.min.js", "AssetKind": "All", @@ -4368,10 +4368,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sl.js", "AssetKind": "All", @@ -4387,10 +4387,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sl.min.js", "AssetKind": "All", @@ -4406,10 +4406,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr.js", "AssetKind": "All", @@ -4425,10 +4425,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr.min.js", "AssetKind": "All", @@ -4444,10 +4444,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr_lat.js", "AssetKind": "All", @@ -4463,10 +4463,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr_lat.min.js", "AssetKind": "All", @@ -4482,10 +4482,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sv.js", "AssetKind": "All", @@ -4501,10 +4501,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sv.min.js", "AssetKind": "All", @@ -4520,10 +4520,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_th.js", "AssetKind": "All", @@ -4539,10 +4539,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_th.min.js", "AssetKind": "All", @@ -4558,10 +4558,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tj.js", "AssetKind": "All", @@ -4577,10 +4577,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tj.min.js", "AssetKind": "All", @@ -4596,10 +4596,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tr.js", "AssetKind": "All", @@ -4615,10 +4615,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tr.min.js", "AssetKind": "All", @@ -4634,10 +4634,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_uk.js", "AssetKind": "All", @@ -4653,10 +4653,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_uk.min.js", "AssetKind": "All", @@ -4672,10 +4672,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ur.js", "AssetKind": "All", @@ -4691,10 +4691,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ur.min.js", "AssetKind": "All", @@ -4710,10 +4710,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_vi.js", "AssetKind": "All", @@ -4729,10 +4729,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_vi.min.js", "AssetKind": "All", @@ -4748,10 +4748,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh.js", "AssetKind": "All", @@ -4767,10 +4767,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh.min.js", "AssetKind": "All", @@ -4786,10 +4786,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh_TW.js", "AssetKind": "All", @@ -4805,10 +4805,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh_TW.min.js", "AssetKind": "All", @@ -4824,10 +4824,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_de.js", "AssetKind": "All", @@ -4843,10 +4843,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_de.min.js", "AssetKind": "All", @@ -4862,10 +4862,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_es_CL.js", "AssetKind": "All", @@ -4881,10 +4881,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_es_CL.min.js", "AssetKind": "All", @@ -4900,10 +4900,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_fi.js", "AssetKind": "All", @@ -4919,10 +4919,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_fi.min.js", "AssetKind": "All", @@ -4938,10 +4938,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_it.js", "AssetKind": "All", @@ -4957,10 +4957,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_it.min.js", "AssetKind": "All", @@ -4976,10 +4976,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_nl.js", "AssetKind": "All", @@ -4995,10 +4995,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_nl.min.js", "AssetKind": "All", @@ -5014,10 +5014,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_pt.js", "AssetKind": "All", @@ -5033,10 +5033,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_pt.min.js", "AssetKind": "All", @@ -5052,10 +5052,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js", "AssetKind": "All", @@ -5071,10 +5071,10 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/lodash/lodash.min.js", "AssetKind": "All", @@ -5090,10 +5090,10 @@ "OriginalItemSpec": "wwwroot\\libs\\lodash\\lodash.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.js", "AssetKind": "All", @@ -5109,10 +5109,10 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.js.map", "AssetKind": "All", @@ -5128,10 +5128,10 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.min.js", "AssetKind": "All", @@ -5147,10 +5147,10 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.min.js.map", "AssetKind": "All", @@ -5166,10 +5166,10 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js", "AssetKind": "All", @@ -5185,10 +5185,10 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css", "AssetKind": "All", @@ -5204,10 +5204,10 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js", "AssetKind": "All", @@ -5223,10 +5223,10 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png", "AssetKind": "All", @@ -5242,10 +5242,10 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/package.json", "AssetKind": "All", @@ -5261,10 +5261,10 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/readme.md", "AssetKind": "All", @@ -5280,10 +5280,10 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/af.js", "AssetKind": "All", @@ -5299,10 +5299,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar.js", "AssetKind": "All", @@ -5318,10 +5318,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-dz.js", "AssetKind": "All", @@ -5337,10 +5337,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-dz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-kw.js", "AssetKind": "All", @@ -5356,10 +5356,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-kw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-ly.js", "AssetKind": "All", @@ -5375,10 +5375,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-ly.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-ma.js", "AssetKind": "All", @@ -5394,10 +5394,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-ma.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-sa.js", "AssetKind": "All", @@ -5413,10 +5413,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-sa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-tn.js", "AssetKind": "All", @@ -5432,10 +5432,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-tn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/az.js", "AssetKind": "All", @@ -5451,10 +5451,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/be.js", "AssetKind": "All", @@ -5470,10 +5470,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bg.js", "AssetKind": "All", @@ -5489,10 +5489,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bm.js", "AssetKind": "All", @@ -5508,10 +5508,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bm.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bn.js", "AssetKind": "All", @@ -5527,10 +5527,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bn-bd.js", "AssetKind": "All", @@ -5546,10 +5546,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bn-bd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bo.js", "AssetKind": "All", @@ -5565,10 +5565,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/br.js", "AssetKind": "All", @@ -5584,10 +5584,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bs.js", "AssetKind": "All", @@ -5603,10 +5603,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ca.js", "AssetKind": "All", @@ -5622,10 +5622,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cs.js", "AssetKind": "All", @@ -5641,10 +5641,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cv.js", "AssetKind": "All", @@ -5660,10 +5660,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cy.js", "AssetKind": "All", @@ -5679,10 +5679,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/da.js", "AssetKind": "All", @@ -5698,10 +5698,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de.js", "AssetKind": "All", @@ -5717,10 +5717,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de-at.js", "AssetKind": "All", @@ -5736,10 +5736,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de-at.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de-ch.js", "AssetKind": "All", @@ -5755,10 +5755,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/dv.js", "AssetKind": "All", @@ -5774,10 +5774,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\dv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/el.js", "AssetKind": "All", @@ -5793,10 +5793,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-au.js", "AssetKind": "All", @@ -5812,10 +5812,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-au.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-ca.js", "AssetKind": "All", @@ -5831,10 +5831,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-gb.js", "AssetKind": "All", @@ -5850,10 +5850,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-gb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-ie.js", "AssetKind": "All", @@ -5869,10 +5869,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-ie.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-il.js", "AssetKind": "All", @@ -5888,10 +5888,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-il.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-in.js", "AssetKind": "All", @@ -5907,10 +5907,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-in.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-nz.js", "AssetKind": "All", @@ -5926,10 +5926,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-nz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-sg.js", "AssetKind": "All", @@ -5945,10 +5945,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-sg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/eo.js", "AssetKind": "All", @@ -5964,10 +5964,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\eo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es.js", "AssetKind": "All", @@ -5983,10 +5983,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-do.js", "AssetKind": "All", @@ -6002,10 +6002,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-do.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-mx.js", "AssetKind": "All", @@ -6021,10 +6021,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-mx.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-us.js", "AssetKind": "All", @@ -6040,10 +6040,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-us.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/et.js", "AssetKind": "All", @@ -6059,10 +6059,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/eu.js", "AssetKind": "All", @@ -6078,10 +6078,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fa.js", "AssetKind": "All", @@ -6097,10 +6097,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fi.js", "AssetKind": "All", @@ -6116,10 +6116,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fil.js", "AssetKind": "All", @@ -6135,10 +6135,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fil.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fo.js", "AssetKind": "All", @@ -6154,10 +6154,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr.js", "AssetKind": "All", @@ -6173,10 +6173,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr-ca.js", "AssetKind": "All", @@ -6192,10 +6192,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr-ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr-ch.js", "AssetKind": "All", @@ -6211,10 +6211,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fy.js", "AssetKind": "All", @@ -6230,10 +6230,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ga.js", "AssetKind": "All", @@ -6249,10 +6249,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ga.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gd.js", "AssetKind": "All", @@ -6268,10 +6268,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gl.js", "AssetKind": "All", @@ -6287,10 +6287,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gom-deva.js", "AssetKind": "All", @@ -6306,10 +6306,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gom-deva.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gom-latn.js", "AssetKind": "All", @@ -6325,10 +6325,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gom-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gu.js", "AssetKind": "All", @@ -6344,10 +6344,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/he.js", "AssetKind": "All", @@ -6363,10 +6363,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hi.js", "AssetKind": "All", @@ -6382,10 +6382,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hr.js", "AssetKind": "All", @@ -6401,10 +6401,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hu.js", "AssetKind": "All", @@ -6420,10 +6420,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hy-am.js", "AssetKind": "All", @@ -6439,10 +6439,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hy-am.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/id.js", "AssetKind": "All", @@ -6458,10 +6458,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/is.js", "AssetKind": "All", @@ -6477,10 +6477,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/it.js", "AssetKind": "All", @@ -6496,10 +6496,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/it-ch.js", "AssetKind": "All", @@ -6515,10 +6515,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\it-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ja.js", "AssetKind": "All", @@ -6534,10 +6534,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/jv.js", "AssetKind": "All", @@ -6553,10 +6553,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\jv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ka.js", "AssetKind": "All", @@ -6572,10 +6572,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/kk.js", "AssetKind": "All", @@ -6591,10 +6591,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\kk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/km.js", "AssetKind": "All", @@ -6610,10 +6610,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\km.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/kn.js", "AssetKind": "All", @@ -6629,10 +6629,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\kn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ko.js", "AssetKind": "All", @@ -6648,10 +6648,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ku.js", "AssetKind": "All", @@ -6667,10 +6667,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ku.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ky.js", "AssetKind": "All", @@ -6686,10 +6686,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ky.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lb.js", "AssetKind": "All", @@ -6705,10 +6705,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lo.js", "AssetKind": "All", @@ -6724,10 +6724,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lt.js", "AssetKind": "All", @@ -6743,10 +6743,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lv.js", "AssetKind": "All", @@ -6762,10 +6762,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/me.js", "AssetKind": "All", @@ -6781,10 +6781,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\me.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mi.js", "AssetKind": "All", @@ -6800,10 +6800,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mk.js", "AssetKind": "All", @@ -6819,10 +6819,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ml.js", "AssetKind": "All", @@ -6838,10 +6838,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ml.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mn.js", "AssetKind": "All", @@ -6857,10 +6857,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mr.js", "AssetKind": "All", @@ -6876,10 +6876,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ms.js", "AssetKind": "All", @@ -6895,10 +6895,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ms.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ms-my.js", "AssetKind": "All", @@ -6914,10 +6914,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ms-my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mt.js", "AssetKind": "All", @@ -6933,10 +6933,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/my.js", "AssetKind": "All", @@ -6952,10 +6952,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nb.js", "AssetKind": "All", @@ -6971,10 +6971,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ne.js", "AssetKind": "All", @@ -6990,10 +6990,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ne.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nl.js", "AssetKind": "All", @@ -7009,10 +7009,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nl-be.js", "AssetKind": "All", @@ -7028,10 +7028,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nl-be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nn.js", "AssetKind": "All", @@ -7047,10 +7047,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/oc-lnc.js", "AssetKind": "All", @@ -7066,10 +7066,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\oc-lnc.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pa-in.js", "AssetKind": "All", @@ -7085,10 +7085,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pa-in.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pl.js", "AssetKind": "All", @@ -7104,10 +7104,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pt.js", "AssetKind": "All", @@ -7123,10 +7123,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pt-br.js", "AssetKind": "All", @@ -7142,10 +7142,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pt-br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ro.js", "AssetKind": "All", @@ -7161,10 +7161,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ru.js", "AssetKind": "All", @@ -7180,10 +7180,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sd.js", "AssetKind": "All", @@ -7199,10 +7199,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/se.js", "AssetKind": "All", @@ -7218,10 +7218,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\se.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/si.js", "AssetKind": "All", @@ -7237,10 +7237,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sk.js", "AssetKind": "All", @@ -7256,10 +7256,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sl.js", "AssetKind": "All", @@ -7275,10 +7275,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sq.js", "AssetKind": "All", @@ -7294,10 +7294,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sr.js", "AssetKind": "All", @@ -7313,10 +7313,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sr-cyrl.js", "AssetKind": "All", @@ -7332,10 +7332,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sr-cyrl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ss.js", "AssetKind": "All", @@ -7351,10 +7351,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ss.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sv.js", "AssetKind": "All", @@ -7370,10 +7370,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sw.js", "AssetKind": "All", @@ -7389,10 +7389,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ta.js", "AssetKind": "All", @@ -7408,10 +7408,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ta.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/te.js", "AssetKind": "All", @@ -7427,10 +7427,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\te.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tet.js", "AssetKind": "All", @@ -7446,10 +7446,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tet.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tg.js", "AssetKind": "All", @@ -7465,10 +7465,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/th.js", "AssetKind": "All", @@ -7484,10 +7484,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tk.js", "AssetKind": "All", @@ -7503,10 +7503,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tlh.js", "AssetKind": "All", @@ -7522,10 +7522,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tlh.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tl-ph.js", "AssetKind": "All", @@ -7541,10 +7541,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tl-ph.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tr.js", "AssetKind": "All", @@ -7560,10 +7560,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzl.js", "AssetKind": "All", @@ -7579,10 +7579,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzm.js", "AssetKind": "All", @@ -7598,10 +7598,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzm.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzm-latn.js", "AssetKind": "All", @@ -7617,10 +7617,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzm-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ug-cn.js", "AssetKind": "All", @@ -7636,10 +7636,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ug-cn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uk.js", "AssetKind": "All", @@ -7655,10 +7655,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ur.js", "AssetKind": "All", @@ -7674,10 +7674,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uz.js", "AssetKind": "All", @@ -7693,10 +7693,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uz-latn.js", "AssetKind": "All", @@ -7712,10 +7712,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uz-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/vi.js", "AssetKind": "All", @@ -7731,10 +7731,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/x-pseudo.js", "AssetKind": "All", @@ -7750,10 +7750,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\x-pseudo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/yo.js", "AssetKind": "All", @@ -7769,10 +7769,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\yo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-cn.js", "AssetKind": "All", @@ -7788,10 +7788,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-cn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-hk.js", "AssetKind": "All", @@ -7807,10 +7807,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-hk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-mo.js", "AssetKind": "All", @@ -7826,10 +7826,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-mo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-tw.js", "AssetKind": "All", @@ -7845,10 +7845,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-tw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/moment.min.js", "AssetKind": "All", @@ -7864,10 +7864,10 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\moment.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/css/select2.min.css", "AssetKind": "All", @@ -7883,10 +7883,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\css\\select2.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/af.js", "AssetKind": "All", @@ -7902,10 +7902,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ar.js", "AssetKind": "All", @@ -7921,10 +7921,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/az.js", "AssetKind": "All", @@ -7940,10 +7940,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bg.js", "AssetKind": "All", @@ -7959,10 +7959,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bn.js", "AssetKind": "All", @@ -7978,10 +7978,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bs.js", "AssetKind": "All", @@ -7997,10 +7997,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ca.js", "AssetKind": "All", @@ -8016,10 +8016,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/cs.js", "AssetKind": "All", @@ -8035,10 +8035,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/da.js", "AssetKind": "All", @@ -8054,10 +8054,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/de.js", "AssetKind": "All", @@ -8073,10 +8073,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/dsb.js", "AssetKind": "All", @@ -8092,10 +8092,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\dsb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/el.js", "AssetKind": "All", @@ -8111,10 +8111,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/en.js", "AssetKind": "All", @@ -8130,10 +8130,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\en.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/es.js", "AssetKind": "All", @@ -8149,10 +8149,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/et.js", "AssetKind": "All", @@ -8168,10 +8168,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/eu.js", "AssetKind": "All", @@ -8187,10 +8187,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fa.js", "AssetKind": "All", @@ -8206,10 +8206,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fi.js", "AssetKind": "All", @@ -8225,10 +8225,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fr.js", "AssetKind": "All", @@ -8244,10 +8244,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/gl.js", "AssetKind": "All", @@ -8263,10 +8263,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/he.js", "AssetKind": "All", @@ -8282,10 +8282,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hi.js", "AssetKind": "All", @@ -8301,10 +8301,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hr.js", "AssetKind": "All", @@ -8320,10 +8320,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hsb.js", "AssetKind": "All", @@ -8339,10 +8339,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hsb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hu.js", "AssetKind": "All", @@ -8358,10 +8358,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hy.js", "AssetKind": "All", @@ -8377,10 +8377,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/id.js", "AssetKind": "All", @@ -8396,10 +8396,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/is.js", "AssetKind": "All", @@ -8415,10 +8415,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/it.js", "AssetKind": "All", @@ -8434,10 +8434,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ja.js", "AssetKind": "All", @@ -8453,10 +8453,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ka.js", "AssetKind": "All", @@ -8472,10 +8472,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/km.js", "AssetKind": "All", @@ -8491,10 +8491,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\km.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ko.js", "AssetKind": "All", @@ -8510,10 +8510,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/lt.js", "AssetKind": "All", @@ -8529,10 +8529,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/lv.js", "AssetKind": "All", @@ -8548,10 +8548,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/mk.js", "AssetKind": "All", @@ -8567,10 +8567,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ms.js", "AssetKind": "All", @@ -8586,10 +8586,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ms.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/nb.js", "AssetKind": "All", @@ -8605,10 +8605,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\nb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ne.js", "AssetKind": "All", @@ -8624,10 +8624,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ne.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/nl.js", "AssetKind": "All", @@ -8643,10 +8643,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pl.js", "AssetKind": "All", @@ -8662,10 +8662,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ps.js", "AssetKind": "All", @@ -8681,10 +8681,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ps.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pt.js", "AssetKind": "All", @@ -8700,10 +8700,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pt-BR.js", "AssetKind": "All", @@ -8719,10 +8719,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ro.js", "AssetKind": "All", @@ -8738,10 +8738,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ru.js", "AssetKind": "All", @@ -8757,10 +8757,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sk.js", "AssetKind": "All", @@ -8776,10 +8776,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sl.js", "AssetKind": "All", @@ -8795,10 +8795,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sq.js", "AssetKind": "All", @@ -8814,10 +8814,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sr.js", "AssetKind": "All", @@ -8833,10 +8833,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sr-Cyrl.js", "AssetKind": "All", @@ -8852,10 +8852,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sv.js", "AssetKind": "All", @@ -8871,10 +8871,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/th.js", "AssetKind": "All", @@ -8890,10 +8890,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/tk.js", "AssetKind": "All", @@ -8909,10 +8909,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\tk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/tr.js", "AssetKind": "All", @@ -8928,10 +8928,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/uk.js", "AssetKind": "All", @@ -8947,10 +8947,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/vi.js", "AssetKind": "All", @@ -8966,10 +8966,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/zh-CN.js", "AssetKind": "All", @@ -8985,10 +8985,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/zh-TW.js", "AssetKind": "All", @@ -9004,10 +9004,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/select2.full.min.js", "AssetKind": "All", @@ -9023,10 +9023,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\select2.full.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/select2.min.js", "AssetKind": "All", @@ -9042,10 +9042,10 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\select2.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.all.js", "AssetKind": "All", @@ -9061,10 +9061,10 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.all.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.all.min.js", "AssetKind": "All", @@ -9080,10 +9080,10 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.css", "AssetKind": "All", @@ -9099,10 +9099,10 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.js", "AssetKind": "All", @@ -9118,10 +9118,10 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.min.css", "AssetKind": "All", @@ -9137,10 +9137,10 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.min.js", "AssetKind": "All", @@ -9156,10 +9156,10 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/jquery.timeago.js", "AssetKind": "All", @@ -9175,10 +9175,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\jquery.timeago.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.af.js", "AssetKind": "All", @@ -9194,10 +9194,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.am.js", "AssetKind": "All", @@ -9213,10 +9213,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ar.js", "AssetKind": "All", @@ -9232,10 +9232,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.az.js", "AssetKind": "All", @@ -9251,10 +9251,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.az-short.js", "AssetKind": "All", @@ -9270,10 +9270,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.be.js", "AssetKind": "All", @@ -9289,10 +9289,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.bg.js", "AssetKind": "All", @@ -9308,10 +9308,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.bs.js", "AssetKind": "All", @@ -9327,10 +9327,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ca.js", "AssetKind": "All", @@ -9346,10 +9346,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.cs.js", "AssetKind": "All", @@ -9365,10 +9365,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.cy.js", "AssetKind": "All", @@ -9384,10 +9384,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.da.js", "AssetKind": "All", @@ -9403,10 +9403,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.de.js", "AssetKind": "All", @@ -9422,10 +9422,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.de-short.js", "AssetKind": "All", @@ -9441,10 +9441,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.dv.js", "AssetKind": "All", @@ -9460,10 +9460,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.el.js", "AssetKind": "All", @@ -9479,10 +9479,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.en.js", "AssetKind": "All", @@ -9498,10 +9498,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.en-short.js", "AssetKind": "All", @@ -9517,10 +9517,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.es.js", "AssetKind": "All", @@ -9536,10 +9536,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.es-short.js", "AssetKind": "All", @@ -9555,10 +9555,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.et.js", "AssetKind": "All", @@ -9574,10 +9574,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.eu.js", "AssetKind": "All", @@ -9593,10 +9593,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fa.js", "AssetKind": "All", @@ -9612,10 +9612,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fa-short.js", "AssetKind": "All", @@ -9631,10 +9631,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fi.js", "AssetKind": "All", @@ -9650,10 +9650,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fr.js", "AssetKind": "All", @@ -9669,10 +9669,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fr-short.js", "AssetKind": "All", @@ -9688,10 +9688,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.gl.js", "AssetKind": "All", @@ -9707,10 +9707,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.he.js", "AssetKind": "All", @@ -9726,10 +9726,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hr.js", "AssetKind": "All", @@ -9745,10 +9745,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hu.js", "AssetKind": "All", @@ -9764,10 +9764,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hy.js", "AssetKind": "All", @@ -9783,10 +9783,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.id.js", "AssetKind": "All", @@ -9802,10 +9802,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.is.js", "AssetKind": "All", @@ -9821,10 +9821,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.it.js", "AssetKind": "All", @@ -9840,10 +9840,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.it-short.js", "AssetKind": "All", @@ -9859,10 +9859,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ja.js", "AssetKind": "All", @@ -9878,10 +9878,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.jv.js", "AssetKind": "All", @@ -9897,10 +9897,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ko.js", "AssetKind": "All", @@ -9916,10 +9916,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ky.js", "AssetKind": "All", @@ -9935,10 +9935,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.lt.js", "AssetKind": "All", @@ -9954,10 +9954,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.lv.js", "AssetKind": "All", @@ -9973,10 +9973,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.mk.js", "AssetKind": "All", @@ -9992,10 +9992,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.nl.js", "AssetKind": "All", @@ -10011,10 +10011,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.no.js", "AssetKind": "All", @@ -10030,10 +10030,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pl.js", "AssetKind": "All", @@ -10049,10 +10049,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt.js", "AssetKind": "All", @@ -10068,10 +10068,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-br.js", "AssetKind": "All", @@ -10087,10 +10087,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-br-short.js", "AssetKind": "All", @@ -10106,10 +10106,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-short.js", "AssetKind": "All", @@ -10125,10 +10125,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ro.js", "AssetKind": "All", @@ -10144,10 +10144,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.rs.js", "AssetKind": "All", @@ -10163,10 +10163,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ru.js", "AssetKind": "All", @@ -10182,10 +10182,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.rw.js", "AssetKind": "All", @@ -10201,10 +10201,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.si.js", "AssetKind": "All", @@ -10220,10 +10220,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sk.js", "AssetKind": "All", @@ -10239,10 +10239,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sl.js", "AssetKind": "All", @@ -10258,10 +10258,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sq.js", "AssetKind": "All", @@ -10277,10 +10277,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sr.js", "AssetKind": "All", @@ -10296,10 +10296,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sv.js", "AssetKind": "All", @@ -10315,10 +10315,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.th.js", "AssetKind": "All", @@ -10334,10 +10334,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.tr.js", "AssetKind": "All", @@ -10353,10 +10353,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.tr-short.js", "AssetKind": "All", @@ -10372,10 +10372,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.uk.js", "AssetKind": "All", @@ -10391,10 +10391,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ur.js", "AssetKind": "All", @@ -10410,10 +10410,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.uz.js", "AssetKind": "All", @@ -10429,10 +10429,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.vi.js", "AssetKind": "All", @@ -10448,10 +10448,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.zh-CN.js", "AssetKind": "All", @@ -10467,10 +10467,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.zh-TW.js", "AssetKind": "All", @@ -10486,10 +10486,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/README.md", "AssetKind": "All", @@ -10505,10 +10505,10 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\README.md" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.css", "AssetKind": "All", @@ -10524,10 +10524,10 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.js.map", "AssetKind": "All", @@ -10543,10 +10543,10 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.min.css", "AssetKind": "All", @@ -10562,10 +10562,10 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", + "Identity": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.min.js", "AssetKind": "All", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.development.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.development.json index c45580bd5..d820ded9e 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.development.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.development.json @@ -1 +1 @@ -{"ContentRoots":["E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\"],"Root":{"Children":{"global-styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"global-styles.css"},"Patterns":null},"images":{"Children":{"logo":{"Children":{"leptonx":{"Children":{"logo-dark-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark-thumbnail.png"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark.png"},"Patterns":null},"logo-light-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light-thumbnail.png"},"Patterns":null},"logo-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"libs":{"Children":{"@fortawesome":{"Children":{"fontawesome-free":{"Children":{"css":{"Children":{"all.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/all.css"},"Patterns":null},"v4-shims.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/v4-shims.css"},"Patterns":null}},"Asset":null,"Patterns":null},"webfonts":{"Children":{"fa-brands-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot"},"Patterns":null},"fa-brands-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg"},"Patterns":null},"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"},"Patterns":null},"fa-regular-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot"},"Patterns":null},"fa-solid-900.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"abp":{"Children":{"core":{"Children":{"abp.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.css"},"Patterns":null},"abp.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"abp.jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/jquery/abp.jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"abp.luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/luxon/abp.luxon.js"},"Patterns":null}},"Asset":null,"Patterns":null},"utils":{"Children":{"abp-utils.umd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js"},"Patterns":null},"abp-utils.umd.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js.map"},"Patterns":null},"abp-utils.umd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js"},"Patterns":null},"abp-utils.umd.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-datepicker":{"Children":{"bootstrap-datepicker.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.css.map"},"Patterns":null},"bootstrap-datepicker.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.css"},"Patterns":null},"bootstrap-datepicker.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.js"},"Patterns":null},"locales":{"Children":{"bootstrap-datepicker-en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.ar-DZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js"},"Patterns":null},"bootstrap-datepicker.ar-tn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js"},"Patterns":null},"bootstrap-datepicker.ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js"},"Patterns":null},"bootstrap-datepicker.az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js"},"Patterns":null},"bootstrap-datepicker.bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js"},"Patterns":null},"bootstrap-datepicker.bm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js"},"Patterns":null},"bootstrap-datepicker.bn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js"},"Patterns":null},"bootstrap-datepicker.br.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js"},"Patterns":null},"bootstrap-datepicker.bs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js"},"Patterns":null},"bootstrap-datepicker.ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js"},"Patterns":null},"bootstrap-datepicker.cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js"},"Patterns":null},"bootstrap-datepicker.cy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js"},"Patterns":null},"bootstrap-datepicker.da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js"},"Patterns":null},"bootstrap-datepicker.de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js"},"Patterns":null},"bootstrap-datepicker.el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js"},"Patterns":null},"bootstrap-datepicker.en-AU.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js"},"Patterns":null},"bootstrap-datepicker.en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.en-GB.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js"},"Patterns":null},"bootstrap-datepicker.en-IE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js"},"Patterns":null},"bootstrap-datepicker.en-NZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js"},"Patterns":null},"bootstrap-datepicker.en-US.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js"},"Patterns":null},"bootstrap-datepicker.en-ZA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js"},"Patterns":null},"bootstrap-datepicker.eo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js"},"Patterns":null},"bootstrap-datepicker.es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js"},"Patterns":null},"bootstrap-datepicker.et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js"},"Patterns":null},"bootstrap-datepicker.eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js"},"Patterns":null},"bootstrap-datepicker.fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js"},"Patterns":null},"bootstrap-datepicker.fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js"},"Patterns":null},"bootstrap-datepicker.fo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js"},"Patterns":null},"bootstrap-datepicker.fr-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js"},"Patterns":null},"bootstrap-datepicker.fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js"},"Patterns":null},"bootstrap-datepicker.gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js"},"Patterns":null},"bootstrap-datepicker.he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js"},"Patterns":null},"bootstrap-datepicker.hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js"},"Patterns":null},"bootstrap-datepicker.hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js"},"Patterns":null},"bootstrap-datepicker.hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js"},"Patterns":null},"bootstrap-datepicker.hy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js"},"Patterns":null},"bootstrap-datepicker.id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js"},"Patterns":null},"bootstrap-datepicker.is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js"},"Patterns":null},"bootstrap-datepicker.it-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js"},"Patterns":null},"bootstrap-datepicker.it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js"},"Patterns":null},"bootstrap-datepicker.ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js"},"Patterns":null},"bootstrap-datepicker.ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js"},"Patterns":null},"bootstrap-datepicker.kh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js"},"Patterns":null},"bootstrap-datepicker.kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js"},"Patterns":null},"bootstrap-datepicker.km.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js"},"Patterns":null},"bootstrap-datepicker.ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js"},"Patterns":null},"bootstrap-datepicker.kr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js"},"Patterns":null},"bootstrap-datepicker.lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js"},"Patterns":null},"bootstrap-datepicker.lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js"},"Patterns":null},"bootstrap-datepicker.me.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js"},"Patterns":null},"bootstrap-datepicker.mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js"},"Patterns":null},"bootstrap-datepicker.mn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js"},"Patterns":null},"bootstrap-datepicker.mr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js"},"Patterns":null},"bootstrap-datepicker.ms.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js"},"Patterns":null},"bootstrap-datepicker.nl-BE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js"},"Patterns":null},"bootstrap-datepicker.nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js"},"Patterns":null},"bootstrap-datepicker.no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js"},"Patterns":null},"bootstrap-datepicker.oc.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js"},"Patterns":null},"bootstrap-datepicker.pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js"},"Patterns":null},"bootstrap-datepicker.pt-BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js"},"Patterns":null},"bootstrap-datepicker.pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js"},"Patterns":null},"bootstrap-datepicker.ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js"},"Patterns":null},"bootstrap-datepicker.rs-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js"},"Patterns":null},"bootstrap-datepicker.rs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js"},"Patterns":null},"bootstrap-datepicker.ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js"},"Patterns":null},"bootstrap-datepicker.si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js"},"Patterns":null},"bootstrap-datepicker.sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js"},"Patterns":null},"bootstrap-datepicker.sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js"},"Patterns":null},"bootstrap-datepicker.sq.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js"},"Patterns":null},"bootstrap-datepicker.sr-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js"},"Patterns":null},"bootstrap-datepicker.sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js"},"Patterns":null},"bootstrap-datepicker.sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js"},"Patterns":null},"bootstrap-datepicker.sw.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js"},"Patterns":null},"bootstrap-datepicker.ta.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js"},"Patterns":null},"bootstrap-datepicker.tg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js"},"Patterns":null},"bootstrap-datepicker.th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js"},"Patterns":null},"bootstrap-datepicker.tk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js"},"Patterns":null},"bootstrap-datepicker.tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js"},"Patterns":null},"bootstrap-datepicker.uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js"},"Patterns":null},"bootstrap-datepicker.uz-cyrl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js"},"Patterns":null},"bootstrap-datepicker.uz-latn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js"},"Patterns":null},"bootstrap-datepicker.vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js"},"Patterns":null},"bootstrap-datepicker.zh-CN.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js"},"Patterns":null},"bootstrap-datepicker.zh-TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-daterangepicker":{"Children":{"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.css"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.js"},"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap":{"Children":{"css":{"Children":{"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net-bs5":{"Children":{"css":{"Children":{"dataTables.bootstrap5.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/css/dataTables.bootstrap5.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"dataTables.bootstrap5.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/js/dataTables.bootstrap5.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net":{"Children":{"js":{"Children":{"jquery.dataTables.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net/js/jquery.dataTables.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-form":{"Children":{"jquery.form.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-form/jquery.form.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/jquery.validate.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery/jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lodash":{"Children":{"lodash.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/lodash/lodash.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js"},"Patterns":null},"luxon.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js.map"},"Patterns":null},"luxon.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js"},"Patterns":null},"luxon.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"malihu-custom-scrollbar-plugin":{"Children":{"jquery.mCustomScrollbar.concat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"},"Patterns":null},"jquery.mCustomScrollbar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"},"Patterns":null},"jquery.mCustomScrollbar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"},"Patterns":null},"mCSB_buttons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png"},"Patterns":null},"package.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/package.json"},"Patterns":null},"readme.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/readme.md"},"Patterns":null}},"Asset":null,"Patterns":null},"moment":{"Children":{"locale":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/af.js"},"Patterns":null},"ar-dz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-dz.js"},"Patterns":null},"ar-kw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-kw.js"},"Patterns":null},"ar-ly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ly.js"},"Patterns":null},"ar-ma.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ma.js"},"Patterns":null},"ar-sa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-sa.js"},"Patterns":null},"ar-tn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-tn.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/az.js"},"Patterns":null},"be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/be.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bg.js"},"Patterns":null},"bm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bm.js"},"Patterns":null},"bn-bd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn-bd.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn.js"},"Patterns":null},"bo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bo.js"},"Patterns":null},"br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/br.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cs.js"},"Patterns":null},"cv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cv.js"},"Patterns":null},"cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cy.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/da.js"},"Patterns":null},"de-at.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-at.js"},"Patterns":null},"de-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-ch.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de.js"},"Patterns":null},"dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/dv.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/el.js"},"Patterns":null},"en-au.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-au.js"},"Patterns":null},"en-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ca.js"},"Patterns":null},"en-gb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-gb.js"},"Patterns":null},"en-ie.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ie.js"},"Patterns":null},"en-il.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-il.js"},"Patterns":null},"en-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-in.js"},"Patterns":null},"en-nz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-nz.js"},"Patterns":null},"en-sg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-sg.js"},"Patterns":null},"eo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eo.js"},"Patterns":null},"es-do.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-do.js"},"Patterns":null},"es-mx.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-mx.js"},"Patterns":null},"es-us.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-us.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fi.js"},"Patterns":null},"fil.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fil.js"},"Patterns":null},"fo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fo.js"},"Patterns":null},"fr-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ca.js"},"Patterns":null},"fr-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ch.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr.js"},"Patterns":null},"fy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fy.js"},"Patterns":null},"ga.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ga.js"},"Patterns":null},"gd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gd.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gl.js"},"Patterns":null},"gom-deva.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-deva.js"},"Patterns":null},"gom-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-latn.js"},"Patterns":null},"gu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gu.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hr.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hu.js"},"Patterns":null},"hy-am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hy-am.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/is.js"},"Patterns":null},"it-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it-ch.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ja.js"},"Patterns":null},"jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/jv.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ka.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kk.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/km.js"},"Patterns":null},"kn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kn.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ko.js"},"Patterns":null},"ku.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ku.js"},"Patterns":null},"ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ky.js"},"Patterns":null},"lb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lb.js"},"Patterns":null},"lo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lo.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lv.js"},"Patterns":null},"me.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/me.js"},"Patterns":null},"mi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mi.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mk.js"},"Patterns":null},"ml.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ml.js"},"Patterns":null},"mn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mn.js"},"Patterns":null},"mr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mr.js"},"Patterns":null},"ms-my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms-my.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms.js"},"Patterns":null},"mt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mt.js"},"Patterns":null},"my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/my.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ne.js"},"Patterns":null},"nl-be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl-be.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl.js"},"Patterns":null},"nn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nn.js"},"Patterns":null},"oc-lnc.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/oc-lnc.js"},"Patterns":null},"pa-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pa-in.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pl.js"},"Patterns":null},"pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt-br.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ru.js"},"Patterns":null},"sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sd.js"},"Patterns":null},"se.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/se.js"},"Patterns":null},"si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/si.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sq.js"},"Patterns":null},"sr-cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr-cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr.js"},"Patterns":null},"ss.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ss.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sv.js"},"Patterns":null},"sw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sw.js"},"Patterns":null},"ta.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ta.js"},"Patterns":null},"te.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/te.js"},"Patterns":null},"tet.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tet.js"},"Patterns":null},"tg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tg.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tk.js"},"Patterns":null},"tl-ph.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tl-ph.js"},"Patterns":null},"tlh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tlh.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tr.js"},"Patterns":null},"tzl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzl.js"},"Patterns":null},"tzm-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm-latn.js"},"Patterns":null},"tzm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm.js"},"Patterns":null},"ug-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ug-cn.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uk.js"},"Patterns":null},"ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ur.js"},"Patterns":null},"uz-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz-latn.js"},"Patterns":null},"uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/vi.js"},"Patterns":null},"x-pseudo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/x-pseudo.js"},"Patterns":null},"yo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/yo.js"},"Patterns":null},"zh-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-cn.js"},"Patterns":null},"zh-hk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-hk.js"},"Patterns":null},"zh-mo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-mo.js"},"Patterns":null},"zh-tw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-tw.js"},"Patterns":null}},"Asset":null,"Patterns":null},"moment.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/moment.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2":{"Children":{"css":{"Children":{"select2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/css/select2.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"i18n":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/af.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/az.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bg.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bn.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/de.js"},"Patterns":null},"dsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/dsb.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fi.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fr.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/gl.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hr.js"},"Patterns":null},"hsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hsb.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hu.js"},"Patterns":null},"hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hy.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/is.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ja.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ka.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/km.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ko.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lv.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/mk.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ms.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ne.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pl.js"},"Patterns":null},"ps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ps.js"},"Patterns":null},"pt-BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt-BR.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sq.js"},"Patterns":null},"sr-Cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr-Cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sv.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tk.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/vi.js"},"Patterns":null},"zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-CN.js"},"Patterns":null},"zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-TW.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2.full.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.full.min.js"},"Patterns":null},"select2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"sweetalert2":{"Children":{"sweetalert2.all.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.js"},"Patterns":null},"sweetalert2.all.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.min.js"},"Patterns":null},"sweetalert2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.css"},"Patterns":null},"sweetalert2.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.js"},"Patterns":null},"sweetalert2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.css"},"Patterns":null},"sweetalert2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"timeago":{"Children":{"jquery.timeago.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/jquery.timeago.js"},"Patterns":null},"locales":{"Children":{"jquery.timeago.af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.af.js"},"Patterns":null},"jquery.timeago.am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.am.js"},"Patterns":null},"jquery.timeago.ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ar.js"},"Patterns":null},"jquery.timeago.az-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az-short.js"},"Patterns":null},"jquery.timeago.az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az.js"},"Patterns":null},"jquery.timeago.be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.be.js"},"Patterns":null},"jquery.timeago.bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bg.js"},"Patterns":null},"jquery.timeago.bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bs.js"},"Patterns":null},"jquery.timeago.ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ca.js"},"Patterns":null},"jquery.timeago.cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cs.js"},"Patterns":null},"jquery.timeago.cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cy.js"},"Patterns":null},"jquery.timeago.da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.da.js"},"Patterns":null},"jquery.timeago.de-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de-short.js"},"Patterns":null},"jquery.timeago.de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de.js"},"Patterns":null},"jquery.timeago.dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.dv.js"},"Patterns":null},"jquery.timeago.el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.el.js"},"Patterns":null},"jquery.timeago.en-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en-short.js"},"Patterns":null},"jquery.timeago.en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en.js"},"Patterns":null},"jquery.timeago.es-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es-short.js"},"Patterns":null},"jquery.timeago.es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es.js"},"Patterns":null},"jquery.timeago.et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.et.js"},"Patterns":null},"jquery.timeago.eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.eu.js"},"Patterns":null},"jquery.timeago.fa-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa-short.js"},"Patterns":null},"jquery.timeago.fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa.js"},"Patterns":null},"jquery.timeago.fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fi.js"},"Patterns":null},"jquery.timeago.fr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr-short.js"},"Patterns":null},"jquery.timeago.fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr.js"},"Patterns":null},"jquery.timeago.gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.gl.js"},"Patterns":null},"jquery.timeago.he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.he.js"},"Patterns":null},"jquery.timeago.hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hr.js"},"Patterns":null},"jquery.timeago.hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hu.js"},"Patterns":null},"jquery.timeago.hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hy.js"},"Patterns":null},"jquery.timeago.id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.id.js"},"Patterns":null},"jquery.timeago.is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.is.js"},"Patterns":null},"jquery.timeago.it-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it-short.js"},"Patterns":null},"jquery.timeago.it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it.js"},"Patterns":null},"jquery.timeago.ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ja.js"},"Patterns":null},"jquery.timeago.jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.jv.js"},"Patterns":null},"jquery.timeago.ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ko.js"},"Patterns":null},"jquery.timeago.ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ky.js"},"Patterns":null},"jquery.timeago.lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lt.js"},"Patterns":null},"jquery.timeago.lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lv.js"},"Patterns":null},"jquery.timeago.mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.mk.js"},"Patterns":null},"jquery.timeago.nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.nl.js"},"Patterns":null},"jquery.timeago.no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.no.js"},"Patterns":null},"jquery.timeago.pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pl.js"},"Patterns":null},"jquery.timeago.pt-br-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br-short.js"},"Patterns":null},"jquery.timeago.pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br.js"},"Patterns":null},"jquery.timeago.pt-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-short.js"},"Patterns":null},"jquery.timeago.pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt.js"},"Patterns":null},"jquery.timeago.ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ro.js"},"Patterns":null},"jquery.timeago.rs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rs.js"},"Patterns":null},"jquery.timeago.ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ru.js"},"Patterns":null},"jquery.timeago.rw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rw.js"},"Patterns":null},"jquery.timeago.si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.si.js"},"Patterns":null},"jquery.timeago.sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sk.js"},"Patterns":null},"jquery.timeago.sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sl.js"},"Patterns":null},"jquery.timeago.sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sq.js"},"Patterns":null},"jquery.timeago.sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sr.js"},"Patterns":null},"jquery.timeago.sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sv.js"},"Patterns":null},"jquery.timeago.th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.th.js"},"Patterns":null},"jquery.timeago.tr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr-short.js"},"Patterns":null},"jquery.timeago.tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr.js"},"Patterns":null},"jquery.timeago.uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uk.js"},"Patterns":null},"jquery.timeago.ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ur.js"},"Patterns":null},"jquery.timeago.uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uz.js"},"Patterns":null},"jquery.timeago.vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.vi.js"},"Patterns":null},"jquery.timeago.zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-CN.js"},"Patterns":null},"jquery.timeago.zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-TW.js"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/README.md"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"toastr":{"Children":{"toastr.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.css"},"Patterns":null},"toastr.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.js.map"},"Patterns":null},"toastr.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.css"},"Patterns":null},"toastr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\"],"Root":{"Children":{"global-styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"global-styles.css"},"Patterns":null},"images":{"Children":{"logo":{"Children":{"leptonx":{"Children":{"logo-dark-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark-thumbnail.png"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark.png"},"Patterns":null},"logo-light-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light-thumbnail.png"},"Patterns":null},"logo-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"libs":{"Children":{"@fortawesome":{"Children":{"fontawesome-free":{"Children":{"css":{"Children":{"all.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/all.css"},"Patterns":null},"v4-shims.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/v4-shims.css"},"Patterns":null}},"Asset":null,"Patterns":null},"webfonts":{"Children":{"fa-brands-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot"},"Patterns":null},"fa-brands-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg"},"Patterns":null},"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"},"Patterns":null},"fa-regular-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot"},"Patterns":null},"fa-solid-900.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"abp":{"Children":{"core":{"Children":{"abp.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.css"},"Patterns":null},"abp.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"abp.jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/jquery/abp.jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"abp.luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/luxon/abp.luxon.js"},"Patterns":null}},"Asset":null,"Patterns":null},"utils":{"Children":{"abp-utils.umd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js"},"Patterns":null},"abp-utils.umd.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js.map"},"Patterns":null},"abp-utils.umd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js"},"Patterns":null},"abp-utils.umd.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-datepicker":{"Children":{"bootstrap-datepicker.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.css.map"},"Patterns":null},"bootstrap-datepicker.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.css"},"Patterns":null},"bootstrap-datepicker.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.js"},"Patterns":null},"locales":{"Children":{"bootstrap-datepicker-en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.ar-DZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js"},"Patterns":null},"bootstrap-datepicker.ar-tn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js"},"Patterns":null},"bootstrap-datepicker.ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js"},"Patterns":null},"bootstrap-datepicker.az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js"},"Patterns":null},"bootstrap-datepicker.bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js"},"Patterns":null},"bootstrap-datepicker.bm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js"},"Patterns":null},"bootstrap-datepicker.bn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js"},"Patterns":null},"bootstrap-datepicker.br.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js"},"Patterns":null},"bootstrap-datepicker.bs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js"},"Patterns":null},"bootstrap-datepicker.ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js"},"Patterns":null},"bootstrap-datepicker.cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js"},"Patterns":null},"bootstrap-datepicker.cy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js"},"Patterns":null},"bootstrap-datepicker.da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js"},"Patterns":null},"bootstrap-datepicker.de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js"},"Patterns":null},"bootstrap-datepicker.el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js"},"Patterns":null},"bootstrap-datepicker.en-AU.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js"},"Patterns":null},"bootstrap-datepicker.en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.en-GB.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js"},"Patterns":null},"bootstrap-datepicker.en-IE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js"},"Patterns":null},"bootstrap-datepicker.en-NZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js"},"Patterns":null},"bootstrap-datepicker.en-US.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js"},"Patterns":null},"bootstrap-datepicker.en-ZA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js"},"Patterns":null},"bootstrap-datepicker.eo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js"},"Patterns":null},"bootstrap-datepicker.es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js"},"Patterns":null},"bootstrap-datepicker.et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js"},"Patterns":null},"bootstrap-datepicker.eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js"},"Patterns":null},"bootstrap-datepicker.fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js"},"Patterns":null},"bootstrap-datepicker.fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js"},"Patterns":null},"bootstrap-datepicker.fo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js"},"Patterns":null},"bootstrap-datepicker.fr-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js"},"Patterns":null},"bootstrap-datepicker.fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js"},"Patterns":null},"bootstrap-datepicker.gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js"},"Patterns":null},"bootstrap-datepicker.he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js"},"Patterns":null},"bootstrap-datepicker.hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js"},"Patterns":null},"bootstrap-datepicker.hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js"},"Patterns":null},"bootstrap-datepicker.hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js"},"Patterns":null},"bootstrap-datepicker.hy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js"},"Patterns":null},"bootstrap-datepicker.id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js"},"Patterns":null},"bootstrap-datepicker.is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js"},"Patterns":null},"bootstrap-datepicker.it-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js"},"Patterns":null},"bootstrap-datepicker.it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js"},"Patterns":null},"bootstrap-datepicker.ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js"},"Patterns":null},"bootstrap-datepicker.ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js"},"Patterns":null},"bootstrap-datepicker.kh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js"},"Patterns":null},"bootstrap-datepicker.kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js"},"Patterns":null},"bootstrap-datepicker.km.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js"},"Patterns":null},"bootstrap-datepicker.ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js"},"Patterns":null},"bootstrap-datepicker.kr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js"},"Patterns":null},"bootstrap-datepicker.lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js"},"Patterns":null},"bootstrap-datepicker.lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js"},"Patterns":null},"bootstrap-datepicker.me.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js"},"Patterns":null},"bootstrap-datepicker.mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js"},"Patterns":null},"bootstrap-datepicker.mn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js"},"Patterns":null},"bootstrap-datepicker.mr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js"},"Patterns":null},"bootstrap-datepicker.ms.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js"},"Patterns":null},"bootstrap-datepicker.nl-BE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js"},"Patterns":null},"bootstrap-datepicker.nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js"},"Patterns":null},"bootstrap-datepicker.no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js"},"Patterns":null},"bootstrap-datepicker.oc.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js"},"Patterns":null},"bootstrap-datepicker.pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js"},"Patterns":null},"bootstrap-datepicker.pt-BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js"},"Patterns":null},"bootstrap-datepicker.pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js"},"Patterns":null},"bootstrap-datepicker.ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js"},"Patterns":null},"bootstrap-datepicker.rs-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js"},"Patterns":null},"bootstrap-datepicker.rs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js"},"Patterns":null},"bootstrap-datepicker.ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js"},"Patterns":null},"bootstrap-datepicker.si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js"},"Patterns":null},"bootstrap-datepicker.sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js"},"Patterns":null},"bootstrap-datepicker.sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js"},"Patterns":null},"bootstrap-datepicker.sq.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js"},"Patterns":null},"bootstrap-datepicker.sr-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js"},"Patterns":null},"bootstrap-datepicker.sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js"},"Patterns":null},"bootstrap-datepicker.sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js"},"Patterns":null},"bootstrap-datepicker.sw.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js"},"Patterns":null},"bootstrap-datepicker.ta.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js"},"Patterns":null},"bootstrap-datepicker.tg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js"},"Patterns":null},"bootstrap-datepicker.th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js"},"Patterns":null},"bootstrap-datepicker.tk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js"},"Patterns":null},"bootstrap-datepicker.tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js"},"Patterns":null},"bootstrap-datepicker.uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js"},"Patterns":null},"bootstrap-datepicker.uz-cyrl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js"},"Patterns":null},"bootstrap-datepicker.uz-latn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js"},"Patterns":null},"bootstrap-datepicker.vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js"},"Patterns":null},"bootstrap-datepicker.zh-CN.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js"},"Patterns":null},"bootstrap-datepicker.zh-TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-daterangepicker":{"Children":{"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.css"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.js"},"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap":{"Children":{"css":{"Children":{"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net-bs5":{"Children":{"css":{"Children":{"dataTables.bootstrap5.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/css/dataTables.bootstrap5.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"dataTables.bootstrap5.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/js/dataTables.bootstrap5.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net":{"Children":{"js":{"Children":{"jquery.dataTables.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net/js/jquery.dataTables.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-form":{"Children":{"jquery.form.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-form/jquery.form.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/jquery.validate.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery/jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lodash":{"Children":{"lodash.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/lodash/lodash.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js"},"Patterns":null},"luxon.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js.map"},"Patterns":null},"luxon.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js"},"Patterns":null},"luxon.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"malihu-custom-scrollbar-plugin":{"Children":{"jquery.mCustomScrollbar.concat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"},"Patterns":null},"jquery.mCustomScrollbar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"},"Patterns":null},"jquery.mCustomScrollbar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"},"Patterns":null},"mCSB_buttons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png"},"Patterns":null},"package.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/package.json"},"Patterns":null},"readme.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/readme.md"},"Patterns":null}},"Asset":null,"Patterns":null},"moment":{"Children":{"locale":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/af.js"},"Patterns":null},"ar-dz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-dz.js"},"Patterns":null},"ar-kw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-kw.js"},"Patterns":null},"ar-ly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ly.js"},"Patterns":null},"ar-ma.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ma.js"},"Patterns":null},"ar-sa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-sa.js"},"Patterns":null},"ar-tn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-tn.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/az.js"},"Patterns":null},"be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/be.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bg.js"},"Patterns":null},"bm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bm.js"},"Patterns":null},"bn-bd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn-bd.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn.js"},"Patterns":null},"bo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bo.js"},"Patterns":null},"br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/br.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cs.js"},"Patterns":null},"cv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cv.js"},"Patterns":null},"cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cy.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/da.js"},"Patterns":null},"de-at.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-at.js"},"Patterns":null},"de-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-ch.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de.js"},"Patterns":null},"dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/dv.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/el.js"},"Patterns":null},"en-au.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-au.js"},"Patterns":null},"en-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ca.js"},"Patterns":null},"en-gb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-gb.js"},"Patterns":null},"en-ie.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ie.js"},"Patterns":null},"en-il.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-il.js"},"Patterns":null},"en-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-in.js"},"Patterns":null},"en-nz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-nz.js"},"Patterns":null},"en-sg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-sg.js"},"Patterns":null},"eo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eo.js"},"Patterns":null},"es-do.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-do.js"},"Patterns":null},"es-mx.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-mx.js"},"Patterns":null},"es-us.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-us.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fi.js"},"Patterns":null},"fil.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fil.js"},"Patterns":null},"fo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fo.js"},"Patterns":null},"fr-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ca.js"},"Patterns":null},"fr-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ch.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr.js"},"Patterns":null},"fy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fy.js"},"Patterns":null},"ga.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ga.js"},"Patterns":null},"gd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gd.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gl.js"},"Patterns":null},"gom-deva.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-deva.js"},"Patterns":null},"gom-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-latn.js"},"Patterns":null},"gu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gu.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hr.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hu.js"},"Patterns":null},"hy-am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hy-am.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/is.js"},"Patterns":null},"it-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it-ch.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ja.js"},"Patterns":null},"jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/jv.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ka.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kk.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/km.js"},"Patterns":null},"kn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kn.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ko.js"},"Patterns":null},"ku.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ku.js"},"Patterns":null},"ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ky.js"},"Patterns":null},"lb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lb.js"},"Patterns":null},"lo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lo.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lv.js"},"Patterns":null},"me.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/me.js"},"Patterns":null},"mi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mi.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mk.js"},"Patterns":null},"ml.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ml.js"},"Patterns":null},"mn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mn.js"},"Patterns":null},"mr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mr.js"},"Patterns":null},"ms-my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms-my.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms.js"},"Patterns":null},"mt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mt.js"},"Patterns":null},"my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/my.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ne.js"},"Patterns":null},"nl-be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl-be.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl.js"},"Patterns":null},"nn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nn.js"},"Patterns":null},"oc-lnc.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/oc-lnc.js"},"Patterns":null},"pa-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pa-in.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pl.js"},"Patterns":null},"pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt-br.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ru.js"},"Patterns":null},"sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sd.js"},"Patterns":null},"se.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/se.js"},"Patterns":null},"si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/si.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sq.js"},"Patterns":null},"sr-cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr-cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr.js"},"Patterns":null},"ss.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ss.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sv.js"},"Patterns":null},"sw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sw.js"},"Patterns":null},"ta.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ta.js"},"Patterns":null},"te.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/te.js"},"Patterns":null},"tet.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tet.js"},"Patterns":null},"tg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tg.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tk.js"},"Patterns":null},"tl-ph.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tl-ph.js"},"Patterns":null},"tlh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tlh.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tr.js"},"Patterns":null},"tzl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzl.js"},"Patterns":null},"tzm-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm-latn.js"},"Patterns":null},"tzm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm.js"},"Patterns":null},"ug-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ug-cn.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uk.js"},"Patterns":null},"ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ur.js"},"Patterns":null},"uz-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz-latn.js"},"Patterns":null},"uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/vi.js"},"Patterns":null},"x-pseudo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/x-pseudo.js"},"Patterns":null},"yo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/yo.js"},"Patterns":null},"zh-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-cn.js"},"Patterns":null},"zh-hk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-hk.js"},"Patterns":null},"zh-mo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-mo.js"},"Patterns":null},"zh-tw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-tw.js"},"Patterns":null}},"Asset":null,"Patterns":null},"moment.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/moment.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2":{"Children":{"css":{"Children":{"select2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/css/select2.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"i18n":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/af.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/az.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bg.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bn.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/de.js"},"Patterns":null},"dsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/dsb.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fi.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fr.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/gl.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hr.js"},"Patterns":null},"hsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hsb.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hu.js"},"Patterns":null},"hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hy.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/is.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ja.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ka.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/km.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ko.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lv.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/mk.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ms.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ne.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pl.js"},"Patterns":null},"ps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ps.js"},"Patterns":null},"pt-BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt-BR.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sq.js"},"Patterns":null},"sr-Cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr-Cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sv.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tk.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/vi.js"},"Patterns":null},"zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-CN.js"},"Patterns":null},"zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-TW.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2.full.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.full.min.js"},"Patterns":null},"select2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"sweetalert2":{"Children":{"sweetalert2.all.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.js"},"Patterns":null},"sweetalert2.all.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.min.js"},"Patterns":null},"sweetalert2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.css"},"Patterns":null},"sweetalert2.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.js"},"Patterns":null},"sweetalert2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.css"},"Patterns":null},"sweetalert2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"timeago":{"Children":{"jquery.timeago.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/jquery.timeago.js"},"Patterns":null},"locales":{"Children":{"jquery.timeago.af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.af.js"},"Patterns":null},"jquery.timeago.am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.am.js"},"Patterns":null},"jquery.timeago.ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ar.js"},"Patterns":null},"jquery.timeago.az-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az-short.js"},"Patterns":null},"jquery.timeago.az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az.js"},"Patterns":null},"jquery.timeago.be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.be.js"},"Patterns":null},"jquery.timeago.bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bg.js"},"Patterns":null},"jquery.timeago.bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bs.js"},"Patterns":null},"jquery.timeago.ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ca.js"},"Patterns":null},"jquery.timeago.cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cs.js"},"Patterns":null},"jquery.timeago.cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cy.js"},"Patterns":null},"jquery.timeago.da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.da.js"},"Patterns":null},"jquery.timeago.de-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de-short.js"},"Patterns":null},"jquery.timeago.de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de.js"},"Patterns":null},"jquery.timeago.dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.dv.js"},"Patterns":null},"jquery.timeago.el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.el.js"},"Patterns":null},"jquery.timeago.en-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en-short.js"},"Patterns":null},"jquery.timeago.en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en.js"},"Patterns":null},"jquery.timeago.es-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es-short.js"},"Patterns":null},"jquery.timeago.es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es.js"},"Patterns":null},"jquery.timeago.et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.et.js"},"Patterns":null},"jquery.timeago.eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.eu.js"},"Patterns":null},"jquery.timeago.fa-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa-short.js"},"Patterns":null},"jquery.timeago.fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa.js"},"Patterns":null},"jquery.timeago.fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fi.js"},"Patterns":null},"jquery.timeago.fr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr-short.js"},"Patterns":null},"jquery.timeago.fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr.js"},"Patterns":null},"jquery.timeago.gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.gl.js"},"Patterns":null},"jquery.timeago.he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.he.js"},"Patterns":null},"jquery.timeago.hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hr.js"},"Patterns":null},"jquery.timeago.hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hu.js"},"Patterns":null},"jquery.timeago.hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hy.js"},"Patterns":null},"jquery.timeago.id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.id.js"},"Patterns":null},"jquery.timeago.is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.is.js"},"Patterns":null},"jquery.timeago.it-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it-short.js"},"Patterns":null},"jquery.timeago.it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it.js"},"Patterns":null},"jquery.timeago.ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ja.js"},"Patterns":null},"jquery.timeago.jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.jv.js"},"Patterns":null},"jquery.timeago.ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ko.js"},"Patterns":null},"jquery.timeago.ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ky.js"},"Patterns":null},"jquery.timeago.lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lt.js"},"Patterns":null},"jquery.timeago.lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lv.js"},"Patterns":null},"jquery.timeago.mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.mk.js"},"Patterns":null},"jquery.timeago.nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.nl.js"},"Patterns":null},"jquery.timeago.no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.no.js"},"Patterns":null},"jquery.timeago.pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pl.js"},"Patterns":null},"jquery.timeago.pt-br-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br-short.js"},"Patterns":null},"jquery.timeago.pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br.js"},"Patterns":null},"jquery.timeago.pt-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-short.js"},"Patterns":null},"jquery.timeago.pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt.js"},"Patterns":null},"jquery.timeago.ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ro.js"},"Patterns":null},"jquery.timeago.rs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rs.js"},"Patterns":null},"jquery.timeago.ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ru.js"},"Patterns":null},"jquery.timeago.rw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rw.js"},"Patterns":null},"jquery.timeago.si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.si.js"},"Patterns":null},"jquery.timeago.sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sk.js"},"Patterns":null},"jquery.timeago.sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sl.js"},"Patterns":null},"jquery.timeago.sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sq.js"},"Patterns":null},"jquery.timeago.sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sr.js"},"Patterns":null},"jquery.timeago.sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sv.js"},"Patterns":null},"jquery.timeago.th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.th.js"},"Patterns":null},"jquery.timeago.tr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr-short.js"},"Patterns":null},"jquery.timeago.tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr.js"},"Patterns":null},"jquery.timeago.uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uk.js"},"Patterns":null},"jquery.timeago.ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ur.js"},"Patterns":null},"jquery.timeago.uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uz.js"},"Patterns":null},"jquery.timeago.vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.vi.js"},"Patterns":null},"jquery.timeago.zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-CN.js"},"Patterns":null},"jquery.timeago.zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-TW.js"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/README.md"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"toastr":{"Children":{"toastr.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.css"},"Patterns":null},"toastr.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.js.map"},"Patterns":null},"toastr.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.css"},"Patterns":null},"toastr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.pack.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.pack.json index 482bfa0ce..580d5fa2b 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.pack.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Debug/net7.0/staticwebassets.pack.json @@ -1,2227 +1,2227 @@ { "Files": [ { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", "PackagePath": "staticwebassets\\global-styles.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", "PackagePath": "staticwebassets\\images\\logo\\leptonx\\logo-dark-thumbnail.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", "PackagePath": "staticwebassets\\images\\logo\\leptonx\\logo-dark.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", "PackagePath": "staticwebassets\\images\\logo\\leptonx\\logo-light-thumbnail.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", "PackagePath": "staticwebassets\\images\\logo\\leptonx\\logo-light.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\css\\all.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", "PackagePath": "staticwebassets\\libs\\abp\\core\\abp.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", "PackagePath": "staticwebassets\\libs\\abp\\core\\abp.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", "PackagePath": "staticwebassets\\libs\\abp\\jquery\\abp.jquery.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", "PackagePath": "staticwebassets\\libs\\abp\\luxon\\abp.luxon.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", "PackagePath": "staticwebassets\\libs\\abp\\utils\\abp-utils.umd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", "PackagePath": "staticwebassets\\libs\\abp\\utils\\abp-utils.umd.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", "PackagePath": "staticwebassets\\libs\\abp\\utils\\abp-utils.umd.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", "PackagePath": "staticwebassets\\libs\\abp\\utils\\abp-utils.umd.min.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", "PackagePath": "staticwebassets\\libs\\bootstrap-daterangepicker\\daterangepicker.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", "PackagePath": "staticwebassets\\libs\\bootstrap-daterangepicker\\daterangepicker.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.min.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.rtl.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.rtl.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.rtl.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", "PackagePath": "staticwebassets\\libs\\bootstrap\\js\\bootstrap.bundle.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\js\\bootstrap.bundle.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap\\js\\bootstrap.bundle.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", "PackagePath": "staticwebassets\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", "PackagePath": "staticwebassets\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", "PackagePath": "staticwebassets\\libs\\datatables.net\\js\\jquery.dataTables.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", "PackagePath": "staticwebassets\\libs\\jquery-form\\jquery.form.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", "PackagePath": "staticwebassets\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\jquery.validate.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ar.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_az.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_az.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_bg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_bg.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_bn_BD.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ca.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_cs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_cs.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_da.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_da.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_de.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_el.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_el.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es_AR.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es_AR.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es_PE.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es_PE.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_et.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_et.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_eu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_eu.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fa.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ge.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ge.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_gl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_gl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_he.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_he.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hu.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hy_AM.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_id.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_id.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_is.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_is.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_it.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ja.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ja.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ka.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ka.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_kk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_kk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ko.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ko.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_lt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_lt.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_lv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_lv.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_mk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_mk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_my.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_my.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_nl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_no.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_no.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pt_BR.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pt_PT.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ro.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ro.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ru.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ru.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sd.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_si.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_si.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sr_lat.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sv.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_th.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_th.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_tj.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_tj.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_tr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_tr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_uk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_uk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ur.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ur.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_vi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_vi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_zh.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_zh.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_zh_TW.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_de.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_es_CL.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_es_CL.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_fi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_it.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_nl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_pt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_pt.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", "PackagePath": "staticwebassets\\libs\\jquery\\jquery.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", "PackagePath": "staticwebassets\\libs\\lodash\\lodash.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", "PackagePath": "staticwebassets\\libs\\luxon\\luxon.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", "PackagePath": "staticwebassets\\libs\\luxon\\luxon.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", "PackagePath": "staticwebassets\\libs\\luxon\\luxon.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", "PackagePath": "staticwebassets\\libs\\luxon\\luxon.min.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\package.json" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\readme.md" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\af.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-dz.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-kw.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-ly.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-ma.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-sa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-tn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\az.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\be.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bm.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bn-bd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\br.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\cs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\cv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\cy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\da.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\de-at.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\de-ch.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\dv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\el.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-au.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-gb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-ie.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-il.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-in.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-nz.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-sg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\eo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\es-do.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\es-mx.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\es-us.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\es.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\et.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\eu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fil.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fr-ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fr-ch.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ga.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gom-deva.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gom-latn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\he.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\hi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\hr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\hu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\hy-am.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\id.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\is.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\it-ch.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ja.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\jv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ka.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\kk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\km.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\kn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ko.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ku.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ky.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\lb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\lo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\lt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\lv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\me.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ml.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ms-my.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ms.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\my.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\nb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ne.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\nl-be.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\nn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\oc-lnc.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\pa-in.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\pl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\pt-br.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\pt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ro.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ru.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\se.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\si.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sq.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sr-cyrl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ss.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sw.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ta.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\te.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tet.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\th.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tl-ph.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tlh.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tzl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tzm-latn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tzm.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ug-cn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\uk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ur.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\uz-latn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\uz.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\vi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\x-pseudo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\yo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\zh-cn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\zh-hk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\zh-mo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\zh-tw.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", "PackagePath": "staticwebassets\\libs\\moment\\moment.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", "PackagePath": "staticwebassets\\libs\\select2\\css\\select2.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\af.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\az.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\bg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\bn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\bs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\cs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\da.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\dsb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\el.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\en.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\es.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\et.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\eu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\fa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\fr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\gl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\he.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hsb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\id.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\is.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ja.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ka.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\km.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ko.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\lt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\lv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\mk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ms.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\nb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ne.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\pl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ps.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\pt-BR.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\pt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ro.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ru.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sq.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sr-Cyrl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\th.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\tk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\tr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\uk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\vi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\zh-CN.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\zh-TW.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\select2.full.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\select2.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.all.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.all.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", "PackagePath": "staticwebassets\\libs\\timeago\\jquery.timeago.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\README.md" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.af.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.am.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.az-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.az.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.be.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.bg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.bs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.cs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.cy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.da.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.de-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.dv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.el.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.en-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.en.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.es-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.es.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.et.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.eu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fa-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fr-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.gl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.he.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.hr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.hu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.hy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.id.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.is.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.it-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ja.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.jv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ko.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ky.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.lt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.lv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.mk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.no.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pt-br.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pt-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ro.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.rs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ru.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.rw.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.si.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sq.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.th.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.tr-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.tr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.uk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ur.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.uz.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.vi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", "PackagePath": "staticwebassets\\libs\\toastr\\toastr.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", "PackagePath": "staticwebassets\\libs\\toastr\\toastr.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", "PackagePath": "staticwebassets\\libs\\toastr\\toastr.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", + "Id": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", "PackagePath": "staticwebassets\\libs\\toastr\\toastr.min.js" }, { diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.Contracts.dll index a41033963..b6c8e7ca3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb index 2f3ca88b0..7d8bc5e6e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.Contracts.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.dll index b20546b8a..f6e22dcd4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.pdb index 8983b0307..522cac57f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Application.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.Shared.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.Shared.dll index 6349f7ea9..d62179593 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.Shared.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.Shared.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb index ba191c84d..5b72016dc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.Shared.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.dll index 63ebdfecf..1ad6d7673 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.pdb index f08fbd943..103529209 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Domain.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll index e59a49e26..ec1fea80d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb index fe5c8219c..544315fde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.HttpApi.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.HttpApi.dll index b9bc8a1d7..1a5ad7cf2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.HttpApi.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.HttpApi.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.HttpApi.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.HttpApi.pdb index e1b60758b..539cbeb0f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.HttpApi.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.HttpApi.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.dll index 9b1b1157d..201301067 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.exe b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.exe index 0fc217b4b..1e6f5b85f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.exe and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.exe differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.pdb index 2b0bae358..13d62e538 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/WinIn.FasterZ.AgGridReport.Web.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/appsettings.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/appsettings.json index d671ff4d0..04095b712 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/appsettings.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/appsettings.json @@ -1,17 +1,17 @@ { "App": { "SelfUrl": "http://localhost:60029", - "CorsOrigins": "http://192.168.0.146:8082", + "CorsOrigins": "http://192.168.0.181:8082", "Audit": { "IsEnabled": false // 禁用审计功能 // 其他审计相关设置项 } }, "ConnectionStrings": { - "Default": "Server=dev.ccwin-in.com,13319;Database=WMS_IAC_Report_AgGrid;uid=ccwin-in;pwd=Microsoft@2022;timeout=12000;Encrypt=False;" + "Default": "Server=dev.ccwin-in.com,13319;Database=WMS_IAC_Report_AgGrid;uid=ccwin-in;pwd=Microsoft@2022;timeout=6000;Encrypt=False;" }, "StringEncryption": { "DefaultPassPhrase": "OsY6zy4nQqBrk3lw" }, - "urls": "http://192.168.0.157:60029" + "urls": "http://192.168.0.195:60029" } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Antiforgery.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Antiforgery.dll index bfaba6072..55137d6c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Antiforgery.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Antiforgery.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll index e9d229550..3908fd3ad 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Cookies.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Cookies.dll index e2ecbaf43..0d4743a36 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Cookies.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Cookies.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Core.dll index 2516112a9..722443501 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.OAuth.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.OAuth.dll index a53b6baa1..326661953 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.OAuth.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.OAuth.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.dll index 5cf8fd0cc..e9fe4f048 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authentication.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authorization.Policy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authorization.Policy.dll index a06c101b1..114027f1d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authorization.Policy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authorization.Policy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authorization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authorization.dll index 79c04e3c4..878b606cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authorization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Authorization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Authorization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Authorization.dll index b552de5ba..44f0a6e56 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Authorization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Authorization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Forms.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Forms.dll index 5f4dbdfc0..4b682a5f9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Forms.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Forms.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Server.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Server.dll index 1d5319368..7714f88a0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Server.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Server.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Web.dll index f117fb520..22b5d4355 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.dll index b6d2cb609..24991913c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Components.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Connections.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Connections.Abstractions.dll index 4e63e3a5d..9c545c23c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Connections.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Connections.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.CookiePolicy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.CookiePolicy.dll index 608ab415c..afd0d094f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.CookiePolicy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.CookiePolicy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cors.dll index 25a2eca7d..6c01b3f09 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cryptography.Internal.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cryptography.Internal.dll index 962f34bc7..28fd43015 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cryptography.Internal.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cryptography.Internal.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll index 512d655df..b4e2b64f1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll index 805721415..a0ddb15d1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll index 7c7a39946..56ced49f6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.dll index 9e7617ff5..4cbf00754 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.DataProtection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll index 6845049db..2d64a747f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll index c393cf44f..202e38c50 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.HealthChecks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.dll index c9e652f40..3398c9d17 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Diagnostics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HostFiltering.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HostFiltering.dll index f35a86fcc..0074d8912 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HostFiltering.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HostFiltering.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll index 1e433b6f8..b08c8fcfb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll index 54fc987fa..f8ec7ff14 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.dll index 84e0cb838..b0d2091bc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Hosting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Html.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Html.Abstractions.dll index 12544a675..f866c773d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Html.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Html.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Abstractions.dll index 2352097b6..c262dc12d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Connections.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Connections.Common.dll index 4570409e0..373e1e103 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Connections.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Connections.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Connections.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Connections.dll index fd897797f..feef00012 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Connections.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Connections.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Extensions.dll index e9556bb2e..f75e506e4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Features.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Features.dll index cbab3984a..7db5babb4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Features.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Features.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Results.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Results.dll index 15a898429..846111ac5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Results.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.Results.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.dll index 9514a919d..536d2c0b3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpLogging.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpLogging.dll index 58f848597..02eec198c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpLogging.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpLogging.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpOverrides.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpOverrides.dll index ff68c44ef..f06e62022 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpOverrides.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpOverrides.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpsPolicy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpsPolicy.dll index 908c84231..a2f4a516a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpsPolicy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.HttpsPolicy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Identity.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Identity.dll index ddf00a711..e093f0ab4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Identity.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Identity.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Localization.Routing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Localization.Routing.dll index fca89baf6..2f72e5d63 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Localization.Routing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Localization.Routing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Localization.dll index 4adcd99ae..6b62707c6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Metadata.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Metadata.dll index e6d0c31e4..6555d607e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Metadata.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Metadata.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll index b869a883a..b4c48278c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll index bf170d6cb..f82cfd185 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.ApiExplorer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Core.dll index 12af5bf08..cfa8cd5ae 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Cors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Cors.dll index 3af7aab74..12d8850d4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Cors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Cors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll index 87d2d74e4..e1d1d98e4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll index e28f90e8f..7c9f6b4b6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Formatters.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll index 403834202..a7ada84ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Formatters.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Localization.dll index 47ccea84f..18769ce57 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Razor.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Razor.dll index acaf29b11..ada9c0a39 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Razor.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.Razor.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll index 49e868478..6719b99ff 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.RazorPages.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll index 4f3d50d1c..a9843f2e9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.TagHelpers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll index 62df11158..d919b5cb2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.ViewFeatures.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.dll index abd579d17..3d1d210fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Mvc.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.OutputCaching.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.OutputCaching.dll index f4b6568e0..c512c2a30 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.OutputCaching.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.OutputCaching.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.RateLimiting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.RateLimiting.dll index 43872efdd..c2cf1c250 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.RateLimiting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.RateLimiting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Razor.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Razor.Runtime.dll index dc53663bb..6047e15fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Razor.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Razor.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Razor.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Razor.dll index 85007f494..89a4f6c58 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Razor.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Razor.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.RequestDecompression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.RequestDecompression.dll index caebd22a9..50c129181 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.RequestDecompression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.RequestDecompression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll index a571efe6b..ff0aadb0b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCaching.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCaching.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCaching.dll index ad866446b..78cda5399 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCaching.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCaching.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCompression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCompression.dll index 22ae54330..14e44c14a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCompression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.ResponseCompression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Rewrite.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Rewrite.dll index 50b147586..776d28341 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Rewrite.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Rewrite.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Routing.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Routing.Abstractions.dll index 6068b20b4..0c23d35c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Routing.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Routing.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Routing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Routing.dll index d03ad205d..75cf5aa3a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Routing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Routing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.HttpSys.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.HttpSys.dll index e7ad0a8ad..322dbf0ec 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.HttpSys.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.HttpSys.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.IIS.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.IIS.dll index 60daaf614..3277871d5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.IIS.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.IIS.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.IISIntegration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.IISIntegration.dll index 50e16c235..cdbe1d488 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.IISIntegration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.IISIntegration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll index e2c50c6b5..68cbffebf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll index d40e88a6f..009236087 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll index 85ffbaed3..04cade7d1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.dll index a61ae9259..1e6cadd24 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Server.Kestrel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Session.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Session.dll index 4d31a5360..ac98a0421 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Session.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.Session.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Common.dll index cf13cd5d7..44f2377ce 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Core.dll index 8675dce71..30b206bde 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll index 1b610cdcf..d1b2d3614 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.Protocols.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.dll index 6e4cd2aff..90b1a44a6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.SignalR.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.StaticFiles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.StaticFiles.dll index 3b99c6ce9..e8cbcbeff 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.StaticFiles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.StaticFiles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.WebSockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.WebSockets.dll index 165bb179c..5de09adb1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.WebSockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.WebSockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.WebUtilities.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.WebUtilities.dll index 349c8db5d..67226e116 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.WebUtilities.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.WebUtilities.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.dll index 0aeb3c952..8d82c73e9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.AspNetCore.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.CSharp.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.CSharp.dll index be5fdb765..c8c29a4d7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.CSharp.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.CSharp.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Caching.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Caching.Abstractions.dll index b494fa771..8d07b7178 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Caching.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Caching.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Caching.Memory.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Caching.Memory.dll index 9ec747f9c..ceccb5025 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Caching.Memory.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Caching.Memory.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Abstractions.dll index 22c258d59..fdc36e836 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Binder.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Binder.dll index 33b1ec0bf..cb70c28b6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Binder.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Binder.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.CommandLine.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.CommandLine.dll index 40ab84456..8608d8e1d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.CommandLine.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.CommandLine.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll index 67e9482f1..5a482b197 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.EnvironmentVariables.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.FileExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.FileExtensions.dll index 6824be852..2c5e29941 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.FileExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.FileExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Ini.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Ini.dll index 81f0b2760..11404a4be 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Ini.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Ini.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Json.dll index 65efff76c..608e51a5d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll index 923c084e3..4fb3887c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.KeyPerFile.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.UserSecrets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.UserSecrets.dll index 064c0ead4..1ad0bfc9d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.UserSecrets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.UserSecrets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Xml.dll index e9a058cfa..409a2356d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.dll index 4800ec9af..110cd3dd6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll index 0735ba712..7e74ab626 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.DependencyInjection.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.DependencyInjection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.DependencyInjection.dll index f2054d7ea..951286011 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.DependencyInjection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.DependencyInjection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll index 12c78ba2b..8e6fdcd89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll index e79f429a9..799fa8dd1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Diagnostics.HealthChecks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Features.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Features.dll index 9a0028932..39554519f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Features.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Features.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Abstractions.dll index b33e44baa..60eec4581 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Composite.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Composite.dll index e457d5734..f6d99f717 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Composite.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Composite.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Embedded.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Embedded.dll index c2bacebd2..6bb23064e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Embedded.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Embedded.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Physical.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Physical.dll index ab559b557..a81455d42 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Physical.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileProviders.Physical.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileSystemGlobbing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileSystemGlobbing.dll index e2ace6c79..cb11029c3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileSystemGlobbing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.FileSystemGlobbing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Hosting.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Hosting.Abstractions.dll index 4f7a47674..c42be067a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Hosting.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Hosting.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Hosting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Hosting.dll index 88da66389..aa619588f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Hosting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Hosting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Http.dll index 9d151355c..042aac0c4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Identity.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Identity.Core.dll index 74e0ecb39..e782b6aca 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Identity.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Identity.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Identity.Stores.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Identity.Stores.dll index ca9969ddb..37728154b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Identity.Stores.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Identity.Stores.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Localization.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Localization.Abstractions.dll index 669839d78..d33f35aa6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Localization.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Localization.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Localization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Localization.dll index 16a666678..ec42a8c94 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Localization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Localization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Abstractions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Abstractions.dll index 2b38d0759..7524a775a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Abstractions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Abstractions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Configuration.dll index 806edf28b..d9505cabd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Console.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Console.dll index 0d52ff561..885d5490c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Console.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Console.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Debug.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Debug.dll index 224edac84..195e73dd0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Debug.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.Debug.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.EventLog.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.EventLog.dll index ab3136fd0..35d48c990 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.EventLog.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.EventLog.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.EventSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.EventSource.dll index f8fe52d73..b99c5aa0c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.EventSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.EventSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.TraceSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.TraceSource.dll index f022c6594..ef0a63a24 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.TraceSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.TraceSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.dll index 017301d61..a194f8055 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Logging.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.ObjectPool.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.ObjectPool.dll index 0877fb8be..749ad1d6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.ObjectPool.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.ObjectPool.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll index 2677ef82e..5e1f498c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.ConfigurationExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.DataAnnotations.dll index 97921bace..f6b6799be 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.dll index adc586c38..3b1199b1f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Options.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Primitives.dll index b8606946c..2569a0cfd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.WebEncoders.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.WebEncoders.dll index 0a5e9ed9d..5caeaec13 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.WebEncoders.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Extensions.WebEncoders.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.JSInterop.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.JSInterop.dll index 3cd9a7d93..3fe564b04 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.JSInterop.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.JSInterop.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Net.Http.Headers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Net.Http.Headers.dll index 3cc7bf8b8..d8fdf5608 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Net.Http.Headers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Net.Http.Headers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.VisualBasic.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.VisualBasic.Core.dll index d6e684f65..e578c0daa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.VisualBasic.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.VisualBasic.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.VisualBasic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.VisualBasic.dll index e9261b1ca..6ff7cfb89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.VisualBasic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.VisualBasic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Win32.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Win32.Primitives.dll index 4249169aa..e0476ef4e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Win32.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Win32.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Win32.Registry.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Win32.Registry.dll index 27334fe59..8e29fdfb0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Win32.Registry.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/Microsoft.Win32.Registry.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.AppContext.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.AppContext.dll index feea85727..8b8ecc118 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.AppContext.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.AppContext.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Buffers.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Buffers.dll index 6805f59f5..1683dad20 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Buffers.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Buffers.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Concurrent.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Concurrent.dll index 1d5167f21..61a97937e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Concurrent.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Concurrent.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Immutable.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Immutable.dll index 0f7ba2c3b..601a863fe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Immutable.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Immutable.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.NonGeneric.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.NonGeneric.dll index d929046bf..0194454fd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.NonGeneric.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.NonGeneric.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Specialized.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Specialized.dll index eb388d32c..d5f0c1235 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Specialized.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.Specialized.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.dll index 259e0d1a7..4b734c429 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Collections.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.Annotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.Annotations.dll index 6cc55786f..706e2dd7f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.Annotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.Annotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.DataAnnotations.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.DataAnnotations.dll index 3aa028113..277742eb6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.DataAnnotations.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.DataAnnotations.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.EventBasedAsync.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.EventBasedAsync.dll index a66badd93..6f04bd4cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.EventBasedAsync.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.EventBasedAsync.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.Primitives.dll index e222f5a76..21af87daf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.TypeConverter.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.TypeConverter.dll index 797d2b7b8..41a4c3852 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.TypeConverter.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.TypeConverter.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.dll index 213a326d7..fed239896 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ComponentModel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Configuration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Configuration.dll index e90313bdb..076c12c53 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Configuration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Configuration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Console.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Console.dll index 103ae08fb..1e085ade6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Console.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Console.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Core.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Core.dll index ccc963cf8..860dcbad3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Core.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Core.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.Common.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.Common.dll index ad82d8cf4..1876ad10e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.Common.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.Common.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.DataSetExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.DataSetExtensions.dll index c5cc4311c..91eb5813d 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.DataSetExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.DataSetExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.dll index f311d370d..4d22703c4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Data.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Contracts.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Contracts.dll index cea225a81..b7b376dae 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Contracts.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Contracts.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Debug.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Debug.dll index 9ff5ab4f1..1a0fa9fbd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Debug.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Debug.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.DiagnosticSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.DiagnosticSource.dll index 8781727ef..2a3ee207f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.DiagnosticSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.DiagnosticSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.EventLog.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.EventLog.dll index 782ba8887..f67b39f70 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.EventLog.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.EventLog.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.FileVersionInfo.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.FileVersionInfo.dll index bf36359f0..93fee40f3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.FileVersionInfo.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.FileVersionInfo.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Process.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Process.dll index c059e6a10..7ec1b5bbd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Process.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Process.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.StackTrace.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.StackTrace.dll index 533440048..2751f3d55 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.StackTrace.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.StackTrace.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.TextWriterTraceListener.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.TextWriterTraceListener.dll index fe08c8e9e..7aa6012fc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.TextWriterTraceListener.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Tools.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Tools.dll index f0e7f0ec4..bbd405c0a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Tools.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Tools.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.TraceSource.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.TraceSource.dll index 43bbb2c4a..24a684ad7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.TraceSource.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.TraceSource.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Tracing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Tracing.dll index 1e0c70203..731973297 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Tracing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Diagnostics.Tracing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Drawing.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Drawing.Primitives.dll index 2823fed73..0f283df83 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Drawing.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Drawing.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Drawing.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Drawing.dll index 8e8ed2e7a..9773a8816 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Drawing.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Drawing.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Dynamic.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Dynamic.Runtime.dll index 602b606da..e2cae3f0a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Dynamic.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Dynamic.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Formats.Asn1.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Formats.Asn1.dll index 34c2f9975..04f4bfc6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Formats.Asn1.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Formats.Asn1.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Formats.Tar.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Formats.Tar.dll index c27970fc6..6f550a2bf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Formats.Tar.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Formats.Tar.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.Calendars.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.Calendars.dll index 5de74aaf1..7c31b9fd7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.Calendars.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.Calendars.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.Extensions.dll index 17d05c40b..b7471f4c9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.dll index 317c4657a..75ef39123 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Globalization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.Brotli.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.Brotli.dll index b1e7ab878..66c25dc19 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.Brotli.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.Brotli.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.FileSystem.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.FileSystem.dll index 9394f3cf2..8cdabbec0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.FileSystem.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.FileSystem.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.ZipFile.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.ZipFile.dll index 063bb6f22..9f0fec696 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.ZipFile.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.ZipFile.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.dll index b5e2bc270..e1ff7c1b1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Compression.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.AccessControl.dll index 703d22e1b..08016861c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.DriveInfo.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.DriveInfo.dll index bfed09643..768c95bd2 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.DriveInfo.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.DriveInfo.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.Primitives.dll index 6c686b626..cfe1bbc89 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.Watcher.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.Watcher.dll index 0d9ea631e..f404301b0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.Watcher.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.Watcher.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.dll index 5b9ec5b3d..94151b2c6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.FileSystem.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.IsolatedStorage.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.IsolatedStorage.dll index 2e8444abf..d63e85d7c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.IsolatedStorage.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.IsolatedStorage.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.MemoryMappedFiles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.MemoryMappedFiles.dll index bf3e0b7da..aa6f46141 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.MemoryMappedFiles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.MemoryMappedFiles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipelines.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipelines.dll index aa4157611..dc73bdd1c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipelines.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipelines.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipes.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipes.AccessControl.dll index da5a28fef..91425cfb9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipes.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipes.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipes.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipes.dll index 670225f42..a1713a3aa 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipes.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.Pipes.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.UnmanagedMemoryStream.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.UnmanagedMemoryStream.dll index dec65f87b..4f5819d6a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.UnmanagedMemoryStream.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.UnmanagedMemoryStream.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.dll index 5aa1a56a8..bf93563ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.IO.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Expressions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Expressions.dll index 31b22174d..873624a4b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Expressions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Expressions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Parallel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Parallel.dll index f511213ce..e123a7c87 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Parallel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Parallel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Queryable.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Queryable.dll index 01b77b2fd..7e377e314 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Queryable.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.Queryable.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.dll index 4097c6020..1d2f077b9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Linq.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Memory.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Memory.dll index 4ca1bea49..b820a54c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Memory.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Memory.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Http.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Http.Json.dll index 0873969fc..a553262ab 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Http.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Http.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Http.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Http.dll index 9a47cb4de..4c061b234 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Http.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Http.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.HttpListener.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.HttpListener.dll index 8d7971fc1..6df912061 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.HttpListener.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.HttpListener.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Mail.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Mail.dll index bdc6f1249..32994a4c0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Mail.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Mail.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.NameResolution.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.NameResolution.dll index abd85e359..c0b9d5e80 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.NameResolution.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.NameResolution.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.NetworkInformation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.NetworkInformation.dll index 6de36b2eb..326923975 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.NetworkInformation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.NetworkInformation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Ping.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Ping.dll index 6f8689e76..d12a57fd0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Ping.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Ping.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Primitives.dll index ce32204db..f0d1da8d3 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Quic.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Quic.dll index ef273a5aa..abbbb98c9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Quic.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Quic.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Requests.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Requests.dll index 369a30222..353fa5f27 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Requests.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Requests.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Security.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Security.dll index 22e59346b..721678ef5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Security.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Security.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.ServicePoint.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.ServicePoint.dll index 4af1eaa80..a73ebca9e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.ServicePoint.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.ServicePoint.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Sockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Sockets.dll index f688fd8b8..83042ad3f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Sockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.Sockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebClient.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebClient.dll index 1d50f38e7..cfb525a59 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebClient.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebClient.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebHeaderCollection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebHeaderCollection.dll index 5ab6a6e22..432443c55 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebHeaderCollection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebHeaderCollection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebProxy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebProxy.dll index df86d5345..c95a35029 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebProxy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebProxy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebSockets.Client.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebSockets.Client.dll index 02bf1223b..4cf8a7012 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebSockets.Client.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebSockets.Client.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebSockets.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebSockets.dll index 6086486af..bda3705c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebSockets.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.WebSockets.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.dll index 6762515a7..f5b68da00 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Net.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Numerics.Vectors.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Numerics.Vectors.dll index cc172790a..b9014b522 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Numerics.Vectors.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Numerics.Vectors.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Numerics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Numerics.dll index bdaa06ab9..54d86a344 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Numerics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Numerics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ObjectModel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ObjectModel.dll index a2a6b595c..33028069b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ObjectModel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ObjectModel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.DispatchProxy.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.DispatchProxy.dll index be50a8e43..21b920b8f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.DispatchProxy.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.DispatchProxy.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.ILGeneration.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.ILGeneration.dll index b5261787e..c558c7a5c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.ILGeneration.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.ILGeneration.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.Lightweight.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.Lightweight.dll index fc3ad641d..24acc433b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.Lightweight.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.Lightweight.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.dll index 86d8d8b58..809014609 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Emit.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Extensions.dll index 7b874ffe9..c2262559a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Metadata.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Metadata.dll index 269fa5819..8ac210b3b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Metadata.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Metadata.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Primitives.dll index 96b43d641..1d172e084 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.TypeExtensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.TypeExtensions.dll index 07ce84426..0b6836c91 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.TypeExtensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.TypeExtensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.dll index fd13a9f39..bcd258c8e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Reflection.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.Reader.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.Reader.dll index 9114da97e..96b3e0850 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.Reader.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.Reader.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.ResourceManager.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.ResourceManager.dll index cb65a00cd..eef4f529e 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.ResourceManager.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.ResourceManager.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.Writer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.Writer.dll index 985d314b8..c6b787792 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.Writer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Resources.Writer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.CompilerServices.Unsafe.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.CompilerServices.Unsafe.dll index 94fea9318..52eeab612 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.CompilerServices.Unsafe.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.CompilerServices.VisualC.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.CompilerServices.VisualC.dll index 287d05fde..028006758 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.CompilerServices.VisualC.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Extensions.dll index 9d2bbaf4a..7c9bd7150 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Handles.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Handles.dll index 5301829da..de228b142 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Handles.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Handles.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.JavaScript.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.JavaScript.dll index 7180cb1a1..1fbf73fe1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.JavaScript.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.RuntimeInformation.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.RuntimeInformation.dll index 200fc047a..f49d5b917 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.RuntimeInformation.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.dll index 425a1e3f7..84304e768 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.InteropServices.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Intrinsics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Intrinsics.dll index 3fcb1f8ae..6b88709fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Intrinsics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Intrinsics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Loader.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Loader.dll index cd7193c25..0f76412a5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Loader.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Loader.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Numerics.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Numerics.dll index 2a6c6c935..66d3cba60 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Numerics.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Numerics.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Formatters.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Formatters.dll index 174c4072c..9a1565cc7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Formatters.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Formatters.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Json.dll index 01fae7d16..007734569 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Primitives.dll index ef2cc80ed..e0a4556c7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Xml.dll index f641b63c5..3b29c4455 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.dll index d0fc04503..ffc1425cd 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.Serialization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.dll index 0a2b0b815..5a852f441 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Runtime.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.AccessControl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.AccessControl.dll index 2a5ae5a0a..fb3aee61f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.AccessControl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.AccessControl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Claims.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Claims.dll index 325091db8..c6b78fdfe 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Claims.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Claims.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Algorithms.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Algorithms.dll index 4e5fcb920..cd7bcf682 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Algorithms.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Algorithms.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Cng.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Cng.dll index cf140b4ab..0ff90a9d6 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Cng.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Cng.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Csp.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Csp.dll index 3d2635254..2f7046d86 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Csp.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Csp.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Encoding.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Encoding.dll index a696db9c7..bb8d25651 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Encoding.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Encoding.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.OpenSsl.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.OpenSsl.dll index 312b6b0e4..ce6134025 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.OpenSsl.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.OpenSsl.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Primitives.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Primitives.dll index 073ebb842..130be5c23 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Primitives.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Primitives.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.X509Certificates.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.X509Certificates.dll index 06a316afc..bd63e2652 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.X509Certificates.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.X509Certificates.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Xml.dll index f65e0352d..07d32ccd7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.dll index c4afc8d73..68c8fd2cc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Cryptography.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Principal.Windows.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Principal.Windows.dll index 9a699fd09..7de6348df 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Principal.Windows.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Principal.Windows.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Principal.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Principal.dll index c386f509c..c75425fbf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Principal.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.Principal.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.SecureString.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.SecureString.dll index 9696136ac..d5e22259f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.SecureString.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.SecureString.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.dll index 3074616a3..e762d1c41 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Security.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ServiceModel.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ServiceModel.Web.dll index b4e360e04..88d2c1e8b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ServiceModel.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ServiceModel.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ServiceProcess.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ServiceProcess.dll index d8c86e812..c6b5d8f5c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ServiceProcess.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ServiceProcess.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.CodePages.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.CodePages.dll index 39ba1440c..a44a1bcb1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.CodePages.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.CodePages.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.Extensions.dll index 06e87fd2e..308cb9cf8 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.dll index 7110484e8..cc9b4eb29 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encoding.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encodings.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encodings.Web.dll index 7cf8d38e0..f514e7904 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encodings.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Encodings.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Json.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Json.dll index b41281dfa..748f9a6a9 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Json.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.Json.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.RegularExpressions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.RegularExpressions.dll index b5e9a390a..bd4771d65 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.RegularExpressions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Text.RegularExpressions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Channels.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Channels.dll index 5eb9b4c34..67229aedc 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Channels.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Channels.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Overlapped.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Overlapped.dll index d89a87f50..f62be8df5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Overlapped.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Overlapped.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.RateLimiting.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.RateLimiting.dll index 05a3d29ae..05fd8538a 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.RateLimiting.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.RateLimiting.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Dataflow.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Dataflow.dll index 54bca1a52..3626050fb 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Dataflow.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Dataflow.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Extensions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Extensions.dll index c091c8eb7..bacaa94c1 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Extensions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Extensions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Parallel.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Parallel.dll index 3a66cf730..eb9c18483 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Parallel.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.Parallel.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.dll index 1e122cacb..c764a02ea 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Tasks.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Thread.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Thread.dll index 1d367c172..bcb030122 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Thread.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Thread.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.ThreadPool.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.ThreadPool.dll index bb4c478ef..af95d89cf 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.ThreadPool.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.ThreadPool.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Timer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Timer.dll index 0d6a5cb51..f0ebe9a80 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Timer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.Timer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.dll index 244bc3d0b..38d7d853c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Threading.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Transactions.Local.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Transactions.Local.dll index dde7bbae2..716ae8105 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Transactions.Local.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Transactions.Local.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Transactions.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Transactions.dll index f740b6929..b123c1de7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Transactions.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Transactions.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ValueTuple.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ValueTuple.dll index 36c1df4f2..04c40579b 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ValueTuple.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.ValueTuple.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Web.HttpUtility.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Web.HttpUtility.dll index d856c1c77..73adb183c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Web.HttpUtility.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Web.HttpUtility.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Web.dll index afce5435b..1cd2cdb98 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Windows.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Windows.dll index edf2f3ad2..2c35f2676 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Windows.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Windows.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.Linq.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.Linq.dll index f159c7dc6..f74ac0704 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.Linq.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.Linq.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.ReaderWriter.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.ReaderWriter.dll index e128922f0..f777fe909 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.ReaderWriter.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.ReaderWriter.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.Serialization.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.Serialization.dll index 085fbba19..9cc479b1c 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.Serialization.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.Serialization.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XDocument.dll index c52d01f5c..e9a082eb7 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XPath.XDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XPath.XDocument.dll index bba9a8930..04fe68048 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XPath.XDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XPath.XDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XPath.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XPath.dll index 668a0b4f2..4cc1258e0 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XPath.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XPath.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XmlDocument.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XmlDocument.dll index ec06f1108..056e977b4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XmlDocument.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XmlDocument.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XmlSerializer.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XmlSerializer.dll index 9bee27e87..b76b7bade 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XmlSerializer.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.XmlSerializer.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.dll index 699c37096..cf549d742 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.Xml.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.dll index 38b4efdc9..7c4937534 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/System.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/WindowsBase.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/WindowsBase.dll index f9f448a41..08d4f1eb5 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/WindowsBase.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/WindowsBase.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/mscorlib.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/mscorlib.dll index 9d78a8702..7c1144f41 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/mscorlib.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/mscorlib.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/netstandard.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/netstandard.dll index 1672489f8..ead2a081f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/netstandard.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PubTmp/Out/refs/netstandard.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PublishOutputs.a404c303a9.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PublishOutputs.a404c303a9.txt deleted file mode 100644 index c170a96eb..000000000 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/PublishOutputs.a404c303a9.txt +++ /dev/null @@ -1,562 +0,0 @@ -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Pages\Index.css -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Pages\Index.js -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Pages\WinIn\FasterZ\AgGridReport\MapperProc\index.css -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Pages\WinIn\FasterZ\AgGridReport\MapperProc\index.js -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Web.exe -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\web.config -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\appsettings.Development.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\appsettings.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\appsettings.secrets.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\package-lock.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\package.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Antiforgery.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Authentication.Cookies.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Authentication.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Authentication.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Authentication.OAuth.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Authorization.Policy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Components.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Components.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Components.Forms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Components.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Components.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Connections.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.CookiePolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Cryptography.Internal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.DataProtection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Diagnostics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.HostFiltering.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Html.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Http.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Http.Connections.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Http.Connections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Http.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Http.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Http.Results.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.HttpLogging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.HttpOverrides.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.HttpsPolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Localization.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.OutputCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Razor.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.RequestDecompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.ResponseCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.ResponseCompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Rewrite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Routing.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Server.HttpSys.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Server.IIS.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Server.IISIntegration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Server.Kestrel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.Session.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.SignalR.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.SignalR.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.SignalR.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.StaticFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.AspNetCore.WebUtilities.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.CSharp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Caching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Caching.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.Binder.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.CommandLine.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.FileExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.Ini.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.UserSecrets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Configuration.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.FileProviders.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.FileProviders.Composite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.FileProviders.Embedded.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.FileProviders.Physical.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.FileSystemGlobbing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Identity.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Identity.Stores.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Logging.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Logging.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Logging.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Logging.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Logging.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Logging.EventSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Logging.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.ObjectPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Options.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Options.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Extensions.WebEncoders.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.JSInterop.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Net.Http.Headers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.VisualBasic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.VisualBasic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Win32.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\Microsoft.Win32.Registry.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\mscorlib.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\netstandard.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.AppContext.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Buffers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Collections.Concurrent.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Collections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Collections.Immutable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Collections.NonGeneric.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Collections.Specialized.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ComponentModel.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ComponentModel.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ComponentModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ComponentModel.EventBasedAsync.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ComponentModel.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ComponentModel.TypeConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Data.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Data.DataSetExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.DiagnosticSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.FileVersionInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.Process.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.StackTrace.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.TextWriterTraceListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.Tools.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Diagnostics.Tracing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Drawing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Drawing.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Dynamic.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Formats.Asn1.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Formats.Tar.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Globalization.Calendars.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Globalization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Globalization.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.Compression.Brotli.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.Compression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.Compression.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.Compression.ZipFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.FileSystem.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.FileSystem.DriveInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.FileSystem.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.FileSystem.Watcher.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.IsolatedStorage.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.MemoryMappedFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.Pipelines.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.Pipes.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.Pipes.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.IO.UnmanagedMemoryStream.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Linq.Expressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Linq.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Linq.Queryable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Http.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.HttpListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Mail.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.NameResolution.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.NetworkInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Ping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Requests.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.ServicePoint.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.WebClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.WebHeaderCollection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.WebProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.WebSockets.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Net.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Numerics.Vectors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ObjectModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.DispatchProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.Emit.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.Emit.ILGeneration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.Emit.Lightweight.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Reflection.TypeExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Resources.Reader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Resources.ResourceManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Resources.Writer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.CompilerServices.Unsafe.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.CompilerServices.VisualC.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Handles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.InteropServices.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.InteropServices.JavaScript.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.InteropServices.RuntimeInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Intrinsics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Loader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Serialization.Formatters.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Serialization.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Serialization.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Runtime.Serialization.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Claims.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.Algorithms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.Cng.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.Csp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.OpenSsl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.X509Certificates.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Cryptography.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Principal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.Principal.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Security.SecureString.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ServiceModel.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ServiceProcess.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Text.Encoding.CodePages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Text.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Text.Encoding.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Text.Encodings.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Text.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Text.RegularExpressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.Channels.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.Overlapped.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.Tasks.Dataflow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.Tasks.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.Tasks.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.Thread.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.ThreadPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Threading.Timer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Transactions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Transactions.Local.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.ValueTuple.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Web.HttpUtility.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.ReaderWriter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.XmlDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.XmlSerializer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.XPath.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\System.Xml.XPath.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\refs\WindowsBase.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Web.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Web.runtimeconfig.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Web.dll.config -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Web.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\AsyncKeyedLock.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Autofac.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Autofac.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Autofac.Extras.DynamicProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\AutoMapper.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Azure.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Azure.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Castle.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Castle.Core.AsyncInterceptor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\JetBrains.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.AspNetCore.Mvc.Versioning.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.AspNetCore.Razor.Language.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.Bcl.AsyncInterfaces.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.CodeAnalysis.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.CodeAnalysis.CSharp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.CodeAnalysis.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.EntityFrameworkCore.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.EntityFrameworkCore.Relational.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.EntityFrameworkCore.SqlServer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.Extensions.DependencyModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.Identity.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.Identity.Client.Extensions.Msal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.IdentityModel.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.IdentityModel.JsonWebTokens.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.IdentityModel.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.IdentityModel.Protocols.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.IdentityModel.Tokens.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.OpenApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.SqlServer.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Microsoft.Win32.SystemEvents.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Nito.AsyncEx.Context.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Nito.AsyncEx.Coordination.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Nito.AsyncEx.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Nito.Collections.Deque.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Nito.Disposables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\NUglify.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\OpenIddict.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\OpenIddict.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\OpenIddict.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\OpenIddict.Server.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\OpenIddict.Validation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\OpenIddict.Validation.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\OpenIddict.Validation.ServerIntegration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Polly.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Scriban.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.Formatting.Compact.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.Settings.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.Sinks.Async.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.Sinks.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.Sinks.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Serilog.Sinks.File.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Swashbuckle.AspNetCore.Swagger.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Swashbuckle.AspNetCore.SwaggerGen.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Swashbuckle.AspNetCore.SwaggerUI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.Configuration.ConfigurationManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.IdentityModel.Tokens.Jwt.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.Linq.Dynamic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.Memory.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.Runtime.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.Security.Permissions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\System.Windows.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\TimeZoneConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Account.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Account.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Account.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Account.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Account.Web.OpenIddict.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.ApiVersioning.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.Packages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AspNetCore.Serilog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Auditing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Auditing.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AuditLogging.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AuditLogging.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AuditLogging.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Authorization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Autofac.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.AutoMapper.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.BackgroundJobs.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.BackgroundJobs.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.BackgroundJobs.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.BackgroundJobs.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.BackgroundWorkers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Castle.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Ddd.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Ddd.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Ddd.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.DistributedLocking.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Emailing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.EntityFrameworkCore.SqlServer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.EventBus.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.EventBus.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.ExceptionHandling.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.FeatureManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.FeatureManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.FeatureManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.FeatureManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.FeatureManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.FeatureManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.FeatureManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.GlobalFeatures.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Guids.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Http.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Identity.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Identity.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Identity.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Identity.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Identity.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Identity.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Identity.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Identity.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Json.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Json.SystemTextJson.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Minify.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.ObjectExtending.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.ObjectMapping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.OpenIddict.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.OpenIddict.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.OpenIddict.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.OpenIddict.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.Domain.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.Domain.OpenIddict.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.PermissionManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.SettingManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.SettingManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.SettingManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.SettingManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.SettingManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.SettingManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.SettingManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Settings.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Specifications.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Swashbuckle.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TenantManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TenantManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TenantManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TenantManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TenantManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TenantManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TenantManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TextTemplating.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TextTemplating.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.TextTemplating.Scriban.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Timing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.UI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.UI.Navigation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Uow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Users.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Users.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Users.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Users.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Validation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.Validation.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\Volo.Abp.VirtualFileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\cs\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\de\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\es\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\fr\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\it\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\ja\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\ko\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\pl\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\pt-BR\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\ru\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\tr\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\zh-Hans\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\zh-Hant\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\cs\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\de\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\es\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\fr\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\it\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\ja\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\ko\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\pl\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\ru\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\tr\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Application.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.HttpApi.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\PubTmp\Out\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.AssemblyInfoInputs.cache index 9365c3dbe..8c4923869 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.AssemblyInfoInputs.cache @@ -1 +1 @@ -6e704d0f7402508117a56789a84eb15eb8c765a1961bb13243288dd21cafa0aa +db1501956f4eb66bc1e2ddb1870cb97817bf15c1 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.GeneratedMSBuildEditorConfig.editorconfig index d2d94aea1..16e9a7006 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.GeneratedMSBuildEditorConfig.editorconfig @@ -9,39 +9,37 @@ build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport.Web build_property.RootNamespace = WinIn.FasterZ.AgGridReport.Web -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\ build_property.RazorLangVersion = 7.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = true -build_property.MSBuildProjectDirectory = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web +build_property.MSBuildProjectDirectory = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web build_property._RazorSourceGeneratorDebug = -[E:/Code/WZC2/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Components/_ViewImports.cshtml] +[E:/Code/AiChi/WMS_AIC/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Components/_ViewImports.cshtml] build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50c1xfVmlld0ltcG9ydHMuY3NodG1s build_metadata.AdditionalFiles.CssScope = -[E:/Code/WZC2/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.cshtml] +[E:/Code/AiChi/WMS_AIC/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/Index.cshtml] build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXguY3NodG1s build_metadata.AdditionalFiles.CssScope = -[E:/Code/WZC2/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/CreateModal.cshtml] +[E:/Code/AiChi/WMS_AIC/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/CreateModal.cshtml] build_metadata.AdditionalFiles.TargetPath = UGFnZXNcV2luSW5cRmFzdGVyWlxBZ0dyaWRSZXBvcnRcTWFwcGVyUHJvY1xDcmVhdGVNb2RhbC5jc2h0bWw= build_metadata.AdditionalFiles.CssScope = -[E:/Code/WZC2/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/EditModal.cshtml] +[E:/Code/AiChi/WMS_AIC/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/EditModal.cshtml] build_metadata.AdditionalFiles.TargetPath = UGFnZXNcV2luSW5cRmFzdGVyWlxBZ0dyaWRSZXBvcnRcTWFwcGVyUHJvY1xFZGl0TW9kYWwuY3NodG1s build_metadata.AdditionalFiles.CssScope = -[E:/Code/WZC2/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/Index.cshtml] +[E:/Code/AiChi/WMS_AIC/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/WinIn/FasterZ/AgGridReport/MapperProc/Index.cshtml] build_metadata.AdditionalFiles.TargetPath = UGFnZXNcV2luSW5cRmFzdGVyWlxBZ0dyaWRSZXBvcnRcTWFwcGVyUHJvY1xJbmRleC5jc2h0bWw= build_metadata.AdditionalFiles.CssScope = -[E:/Code/WZC2/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/_ViewImports.cshtml] +[E:/Code/AiChi/WMS_AIC/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Pages/_ViewImports.cshtml] build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA== build_metadata.AdditionalFiles.CssScope = -[E:/Code/WZC2/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Views/_ViewImports.cshtml] +[E:/Code/AiChi/WMS_AIC/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/Views/_ViewImports.cshtml] build_metadata.AdditionalFiles.TargetPath = Vmlld3NcX1ZpZXdJbXBvcnRzLmNzaHRtbA== build_metadata.AdditionalFiles.CssScope = diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.RazorAssemblyInfo.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.RazorAssemblyInfo.cache index 9dc0c1819..f4fdb1a24 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.RazorAssemblyInfo.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.RazorAssemblyInfo.cache @@ -1 +1 @@ -b3ad8f5c6126a605bd934f65da16f6bcbc6cad5fc711b80bc5c84858e4080629 +64dc57be69fc68bceb38e47b46837db271ce1294 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.assets.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.assets.cache index e5995c7e3..f869042a4 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.assets.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache index 8d645b329..91861ae68 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache index 17f27dfe9..d98653b37 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -92cc16c4e7854ed2e2b6d7a6bd1fbfa569f3fe1163a164feed9a84f15a6c864a +4762388757881e584f60610146de34859ba04db3 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.FileListAbsolute.txt b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.FileListAbsolute.txt index 9b1be0053..875ed3fdc 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.FileListAbsolute.txt +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.FileListAbsolute.txt @@ -1170,589 +1170,3 @@ E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport. E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.pdb E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\web.config -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\appsettings.Development.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\appsettings.secrets.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\package-lock.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\package.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\appsettings.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.staticwebassets.runtime.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.exe -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Pages\Index.css -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Pages\Index.js -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Pages\WinIn\FasterZ\AgGridReport\MapperProc\index.css -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Pages\WinIn\FasterZ\AgGridReport\MapperProc\index.js -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.dll.config -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.deps.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.runtimeconfig.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Antiforgery.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.Cookies.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authentication.OAuth.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Authorization.Policy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.Forms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Components.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Connections.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.CookiePolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Cryptography.Internal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Cryptography.KeyDerivation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.DataProtection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.DataProtection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.DataProtection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Diagnostics.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Diagnostics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.HostFiltering.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Hosting.Server.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Html.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Connections.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Connections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Http.Results.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.HttpLogging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.HttpOverrides.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.HttpsPolicy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Localization.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.ApiExplorer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Cors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Formatters.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Formatters.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.RazorPages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.TagHelpers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Mvc.ViewFeatures.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.OutputCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Razor.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.RequestDecompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.ResponseCaching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.ResponseCaching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.ResponseCompression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Rewrite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Routing.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Routing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.HttpSys.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.IIS.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.IISIntegration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.Session.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.SignalR.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.SignalR.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.SignalR.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.SignalR.Protocols.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.StaticFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.AspNetCore.WebUtilities.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.CSharp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Caching.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Caching.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Binder.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.CommandLine.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.EnvironmentVariables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.FileExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Ini.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.KeyPerFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.UserSecrets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Configuration.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.DependencyInjection.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Diagnostics.HealthChecks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.FileProviders.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.FileProviders.Composite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.FileProviders.Embedded.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.FileProviders.Physical.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.FileSystemGlobbing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Hosting.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Identity.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Identity.Stores.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.EventSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Logging.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.ObjectPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Options.ConfigurationExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Options.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Options.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Extensions.WebEncoders.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.JSInterop.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Net.Http.Headers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.VisualBasic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.VisualBasic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Win32.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\Microsoft.Win32.Registry.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\mscorlib.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\netstandard.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.AppContext.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Buffers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Collections.Concurrent.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Collections.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Collections.Immutable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Collections.NonGeneric.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Collections.Specialized.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ComponentModel.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ComponentModel.DataAnnotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ComponentModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ComponentModel.EventBasedAsync.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ComponentModel.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ComponentModel.TypeConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Data.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Data.DataSetExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.DiagnosticSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.EventLog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.FileVersionInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.Process.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.StackTrace.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.TextWriterTraceListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.Tools.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.TraceSource.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Diagnostics.Tracing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Drawing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Drawing.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Dynamic.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Formats.Asn1.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Formats.Tar.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Globalization.Calendars.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Globalization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Globalization.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.Compression.Brotli.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.Compression.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.Compression.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.Compression.ZipFile.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.FileSystem.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.FileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.FileSystem.DriveInfo.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.FileSystem.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.FileSystem.Watcher.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.IsolatedStorage.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.MemoryMappedFiles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.Pipelines.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.Pipes.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.Pipes.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.IO.UnmanagedMemoryStream.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Linq.Expressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Linq.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Linq.Queryable.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Memory.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Http.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.HttpListener.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Mail.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.NameResolution.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.NetworkInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Ping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Quic.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Requests.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.ServicePoint.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.Sockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.WebClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.WebHeaderCollection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.WebProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.WebSockets.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Net.WebSockets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Numerics.Vectors.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ObjectModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.DispatchProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.Emit.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.Emit.ILGeneration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.Emit.Lightweight.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.Metadata.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Reflection.TypeExtensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Resources.Reader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Resources.ResourceManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Resources.Writer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.CompilerServices.Unsafe.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.CompilerServices.VisualC.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Handles.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.InteropServices.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.InteropServices.JavaScript.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.InteropServices.RuntimeInformation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Intrinsics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Loader.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Numerics.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Serialization.Formatters.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Serialization.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Serialization.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Runtime.Serialization.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.AccessControl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Claims.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.Algorithms.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.Cng.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.Csp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.OpenSsl.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.Primitives.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.X509Certificates.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Cryptography.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Principal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.Principal.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Security.SecureString.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ServiceModel.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ServiceProcess.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Text.Encoding.CodePages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Text.Encoding.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Text.Encoding.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Text.Encodings.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Text.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Text.RegularExpressions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.Channels.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.Overlapped.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.RateLimiting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.Tasks.Dataflow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.Tasks.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.Tasks.Parallel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.Thread.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.ThreadPool.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Threading.Timer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Transactions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Transactions.Local.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.ValueTuple.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Web.HttpUtility.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Windows.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.Linq.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.ReaderWriter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.XmlDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.XmlSerializer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.XPath.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\System.Xml.XPath.XDocument.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\refs\WindowsBase.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\AsyncKeyedLock.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Autofac.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Autofac.Extensions.DependencyInjection.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Autofac.Extras.DynamicProxy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\AutoMapper.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Azure.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Azure.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Castle.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Castle.Core.AsyncInterceptor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\JetBrains.Annotations.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.AspNetCore.Mvc.Versioning.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.AspNetCore.Razor.Language.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.Bcl.AsyncInterfaces.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.CodeAnalysis.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.CodeAnalysis.CSharp.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.CodeAnalysis.Razor.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.EntityFrameworkCore.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.EntityFrameworkCore.Relational.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.EntityFrameworkCore.SqlServer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.Extensions.DependencyModel.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.Identity.Client.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.Identity.Client.Extensions.Msal.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.IdentityModel.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.IdentityModel.JsonWebTokens.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.IdentityModel.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.IdentityModel.Protocols.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.IdentityModel.Tokens.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.OpenApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.SqlServer.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Microsoft.Win32.SystemEvents.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Nito.AsyncEx.Context.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Nito.AsyncEx.Coordination.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Nito.AsyncEx.Tasks.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Nito.Collections.Deque.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Nito.Disposables.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\NUglify.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\OpenIddict.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\OpenIddict.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\OpenIddict.Server.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\OpenIddict.Server.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\OpenIddict.Validation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\OpenIddict.Validation.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\OpenIddict.Validation.ServerIntegration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Polly.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Scriban.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.Extensions.Hosting.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.Extensions.Logging.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.Formatting.Compact.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.Settings.Configuration.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.Sinks.Async.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.Sinks.Console.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.Sinks.Debug.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Serilog.Sinks.File.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Swashbuckle.AspNetCore.Swagger.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Swashbuckle.AspNetCore.SwaggerGen.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Swashbuckle.AspNetCore.SwaggerUI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.Configuration.ConfigurationManager.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.IdentityModel.Tokens.Jwt.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.Linq.Dynamic.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.Memory.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.Runtime.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.Security.Permissions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\System.Windows.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\TimeZoneConverter.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Account.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Account.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Account.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Account.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Account.Web.OpenIddict.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.ApiVersioning.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Bundling.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Bundling.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Packages.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Mvc.UI.Widgets.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AspNetCore.Serilog.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Auditing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Auditing.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AuditLogging.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AuditLogging.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AuditLogging.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Authorization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Authorization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Autofac.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.AutoMapper.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.BackgroundJobs.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.BackgroundJobs.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.BackgroundJobs.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.BackgroundJobs.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.BackgroundWorkers.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Castle.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Data.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Ddd.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Ddd.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Ddd.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.DistributedLocking.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Emailing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.EntityFrameworkCore.SqlServer.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.EventBus.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.EventBus.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.ExceptionHandling.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.FeatureManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.FeatureManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.FeatureManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.FeatureManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.FeatureManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.FeatureManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.FeatureManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Features.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.GlobalFeatures.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Guids.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Http.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Http.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Identity.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Identity.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Identity.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Identity.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Identity.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Identity.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Identity.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Identity.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Json.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Json.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Json.SystemTextJson.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Localization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Localization.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Minify.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.MultiTenancy.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.ObjectExtending.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.ObjectMapping.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.OpenIddict.AspNetCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.OpenIddict.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.OpenIddict.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.OpenIddict.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.Domain.Identity.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.Domain.OpenIddict.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.PermissionManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Security.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Serialization.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.SettingManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.SettingManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.SettingManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.SettingManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.SettingManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.SettingManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.SettingManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Settings.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Specifications.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Swashbuckle.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TenantManagement.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TenantManagement.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TenantManagement.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TenantManagement.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TenantManagement.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TenantManagement.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TenantManagement.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TextTemplating.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TextTemplating.Core.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.TextTemplating.Scriban.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Threading.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Timing.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.UI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.UI.Navigation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Uow.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Users.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Users.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Users.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Users.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Validation.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.Validation.Abstractions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\Volo.Abp.VirtualFileSystem.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\cs\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\de\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\es\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\fr\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\it\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\ja\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\ko\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\pl\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\pt-BR\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\ru\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\tr\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\zh-Hans\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\zh-Hant\Microsoft.CodeAnalysis.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\cs\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\de\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\es\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\fr\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\it\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\ja\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\ko\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\pl\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\pt-BR\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\ru\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\tr\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\zh-Hans\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\zh-Hant\Microsoft.CodeAnalysis.CSharp.resources.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.HttpApi.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Application.Contracts.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\bin\Release\net7.0\WinIn.FasterZ.AgGridReport.Domain.Shared.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.csproj.AssemblyReference.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.csproj.SuggestedBindingRedirects.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.dll.config -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.GeneratedMSBuildEditorConfig.editorconfig -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.AssemblyInfoInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.AssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.csproj.CoreCompileInputs.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.MvcApplicationPartsAssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.MvcApplicationPartsAssemblyInfo.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.RazorAssemblyInfo.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.RazorAssemblyInfo.cs -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\staticwebassets.build.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\staticwebassets.development.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\staticwebassets\msbuild.WinIn.FasterZ.AgGridReport.Web.Microsoft.AspNetCore.StaticWebAssets.props -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\staticwebassets\msbuild.build.WinIn.FasterZ.AgGridReport.Web.props -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\staticwebassets\msbuild.buildMultiTargeting.WinIn.FasterZ.AgGridReport.Web.props -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\staticwebassets\msbuild.buildTransitive.WinIn.FasterZ.AgGridReport.Web.props -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\staticwebassets.pack.json -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\scopedcss\bundle\WinIn.FasterZ.AgGridReport.Web.styles.css -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.csproj.CopyComplete -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\refint\WinIn.FasterZ.AgGridReport.Web.dll -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.pdb -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache -E:\Code\WZC2\WinIn.FasterZ.AgGridReport\src\WinIn.FasterZ.AgGridReport.Web\obj\Release\net7.0\ref\WinIn.FasterZ.AgGridReport.Web.dll diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.SuggestedBindingRedirects.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.SuggestedBindingRedirects.cache index 29b78aae6..860521e56 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.SuggestedBindingRedirects.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.csproj.SuggestedBindingRedirects.cache @@ -1 +1 @@ -dc6f7bc576c0a936d586c64cf033734ceacf6b863b6ff10168359f1fc3555c92 +b9fbd6cb6ab5e192b3b1c56db9472885761b0801 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.dll index 9b1b1157d..201301067 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache index c0859c6b9..75c0baee0 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.genruntimeconfig.cache @@ -1 +1 @@ -bbb71579bf8026ff0c30ea7eaf6b8ab48879e9ef944ae2457a218e5672d9f656 +e56378ec6a222f7c1fc739f5dc5b0456110abad4 diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb index 2b0bae358..13d62e538 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.pdb differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/apphost.exe b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/apphost.exe index 0fc217b4b..1e6f5b85f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/apphost.exe and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/apphost.exe differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Web.dll index c221b20d2..96c3e044f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/ref/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Web.dll b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Web.dll index c221b20d2..96c3e044f 100644 Binary files a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Web.dll and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/refint/WinIn.FasterZ.AgGridReport.Web.dll differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.build.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.build.json index b98e31460..d2d1457df 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.build.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.build.json @@ -1,6 +1,6 @@ { "Version": 1, - "Hash": "VILnAH79aLHZfYchIW7BCh0vgfIZ9hCgv5Q85Q9XlOY=", + "Hash": "eQRQgbp7ckv77jSsZOPQW3S2oFhxgiv/cQVS0kwWkOM=", "Source": "WinIn.FasterZ.AgGridReport.Web", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "Mode": "Default", @@ -10,24 +10,22 @@ { "Name": "WinIn.FasterZ.AgGridReport.Web\\wwwroot", "Source": "WinIn.FasterZ.AgGridReport.Web", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "Pattern": "**" } ], "Assets": [ { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "global-styles.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -36,17 +34,15 @@ "OriginalItemSpec": "wwwroot\\global-styles.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-dark.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -55,17 +51,15 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-dark.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-dark-thumbnail.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -74,17 +68,15 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-light.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -93,17 +85,15 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-light.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-light-thumbnail.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -112,17 +102,15 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/css/all.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -131,17 +119,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/css/v4-shims.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -150,17 +136,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -169,17 +153,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -188,17 +170,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -207,17 +187,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -226,17 +204,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -245,17 +221,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -264,17 +238,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -283,17 +255,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -302,17 +272,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -321,17 +289,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -340,17 +306,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -359,17 +323,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -378,17 +340,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -397,17 +357,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -416,17 +374,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -435,17 +391,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/core/abp.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -454,17 +408,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\core\\abp.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/core/abp.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -473,17 +425,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\core\\abp.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/jquery/abp.jquery.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -492,17 +442,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\jquery\\abp.jquery.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/luxon/abp.luxon.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -511,17 +459,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\luxon\\abp.luxon.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -530,17 +476,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -549,17 +493,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -568,17 +510,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.min.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -587,17 +527,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -606,17 +544,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -625,17 +561,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -644,17 +578,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.min.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -663,17 +595,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -682,17 +612,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -701,17 +629,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -720,17 +646,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.min.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -739,17 +663,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -758,17 +680,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -777,17 +697,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -796,17 +714,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.min.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -815,17 +731,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -834,17 +748,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -853,17 +765,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -872,17 +782,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -891,17 +799,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -910,17 +816,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -929,17 +833,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -948,17 +850,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -967,17 +867,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -986,17 +884,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1005,17 +901,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1024,17 +918,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1043,17 +935,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1062,17 +952,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1081,17 +969,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1100,17 +986,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1119,17 +1003,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1138,17 +1020,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1157,17 +1037,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1176,17 +1054,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1195,17 +1071,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1214,17 +1088,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1233,17 +1105,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1252,17 +1122,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1271,17 +1139,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1290,17 +1156,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1309,17 +1173,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1328,17 +1190,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1347,17 +1207,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1366,17 +1224,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1385,17 +1241,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1404,17 +1258,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1423,17 +1275,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1442,17 +1292,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1461,17 +1309,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1480,17 +1326,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1499,17 +1343,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1518,17 +1360,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1537,17 +1377,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1556,17 +1394,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1575,17 +1411,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1594,17 +1428,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1613,17 +1445,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1632,17 +1462,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1651,17 +1479,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1670,17 +1496,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1689,17 +1513,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1708,17 +1530,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1727,17 +1547,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1746,17 +1564,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1765,17 +1581,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1784,17 +1598,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1803,17 +1615,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1822,17 +1632,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1841,17 +1649,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1860,17 +1666,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1879,17 +1683,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1898,17 +1700,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1917,17 +1717,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1936,17 +1734,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1955,17 +1751,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1974,17 +1768,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1993,17 +1785,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2012,17 +1802,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2031,17 +1819,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2050,17 +1836,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2069,17 +1853,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2088,17 +1870,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2107,17 +1887,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2126,17 +1904,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2145,17 +1921,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2164,17 +1938,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2183,17 +1955,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2202,17 +1972,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2221,17 +1989,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2240,17 +2006,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2259,17 +2023,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2278,17 +2040,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2297,17 +2057,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2316,17 +2074,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2335,17 +2091,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2354,17 +2108,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2373,17 +2125,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2392,17 +2142,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2411,17 +2159,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2430,17 +2176,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2449,17 +2193,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2468,17 +2210,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2487,17 +2227,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2506,17 +2244,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-daterangepicker/daterangepicker.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2525,17 +2261,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-daterangepicker/daterangepicker.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2544,17 +2278,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net/js/jquery.dataTables.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2563,17 +2295,15 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net-bs5/css/dataTables.bootstrap5.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2582,17 +2312,15 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net-bs5/js/dataTables.bootstrap5.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2601,17 +2329,15 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery/jquery.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2620,17 +2346,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery\\jquery.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-form/jquery.form.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2639,17 +2363,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-form\\jquery.form.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/jquery.validate.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2658,17 +2380,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\jquery.validate.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2677,17 +2397,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ar.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2696,17 +2414,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_az.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2715,17 +2431,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_az.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2734,17 +2448,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2753,17 +2465,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bg.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2772,17 +2482,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bn_BD.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2791,17 +2499,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bn_BD.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2810,17 +2516,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2829,17 +2533,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ca.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2848,17 +2550,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_cs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2867,17 +2567,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_cs.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2886,17 +2584,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_da.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2905,17 +2601,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_da.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2924,17 +2618,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2943,17 +2635,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_de.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2962,17 +2652,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_el.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2981,17 +2669,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_el.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3000,17 +2686,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3019,17 +2703,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3038,17 +2720,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_AR.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3057,17 +2737,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_AR.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3076,17 +2754,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_PE.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3095,17 +2771,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_PE.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3114,17 +2788,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_et.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3133,17 +2805,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_et.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3152,17 +2822,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_eu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3171,17 +2839,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_eu.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3190,17 +2856,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3209,17 +2873,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fa.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3228,17 +2890,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3247,17 +2907,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3266,17 +2924,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3285,17 +2941,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3304,17 +2958,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ge.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3323,17 +2975,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ge.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3342,17 +2992,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_gl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3361,17 +3009,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_gl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3380,17 +3026,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_he.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3399,17 +3043,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_he.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3418,17 +3060,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3437,17 +3077,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3456,17 +3094,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3475,17 +3111,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3494,17 +3128,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3513,17 +3145,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hu.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3532,17 +3162,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hy_AM.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3551,17 +3179,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hy_AM.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3570,17 +3196,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_id.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3589,17 +3213,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_id.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3608,17 +3230,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_is.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3627,17 +3247,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_is.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3646,17 +3264,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3665,17 +3281,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_it.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3684,17 +3298,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ja.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3703,17 +3315,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ja.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3722,17 +3332,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ka.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3741,17 +3349,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ka.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3760,17 +3366,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_kk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3779,17 +3383,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_kk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3798,17 +3400,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ko.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3817,17 +3417,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ko.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3836,17 +3434,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3855,17 +3451,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lt.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3874,17 +3468,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3893,17 +3485,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lv.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3912,17 +3502,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_mk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3931,17 +3519,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_mk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3950,17 +3536,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_my.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3969,17 +3553,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_my.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3988,17 +3570,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4007,17 +3587,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_nl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4026,17 +3604,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_no.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4045,17 +3621,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_no.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_no.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4064,17 +3638,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4083,17 +3655,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4102,17 +3672,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_BR.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4121,17 +3689,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_BR.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4140,17 +3706,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_PT.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4159,17 +3723,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_PT.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4178,17 +3740,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ro.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4197,17 +3757,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ro.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4216,17 +3774,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ru.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4235,17 +3791,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ru.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4254,17 +3808,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4273,17 +3825,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sd.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4292,17 +3842,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_si.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4311,17 +3859,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_si.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4330,17 +3876,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4349,17 +3893,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4368,17 +3910,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4387,17 +3927,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4406,17 +3944,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4425,17 +3961,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4444,17 +3978,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr_lat.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4463,17 +3995,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr_lat.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4482,17 +4012,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4501,17 +4029,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sv.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4520,17 +4046,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_th.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4539,17 +4063,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_th.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4558,17 +4080,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tj.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4577,17 +4097,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tj.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4596,17 +4114,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4615,17 +4131,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4634,17 +4148,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_uk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4653,17 +4165,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_uk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4672,17 +4182,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ur.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4691,17 +4199,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ur.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4710,17 +4216,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_vi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4729,17 +4233,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_vi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4748,17 +4250,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4767,17 +4267,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4786,17 +4284,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh_TW.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4805,17 +4301,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh_TW.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4824,17 +4318,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4843,17 +4335,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_de.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4862,17 +4352,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_es_CL.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4881,17 +4369,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_es_CL.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4900,17 +4386,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4919,17 +4403,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_fi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4938,17 +4420,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4957,17 +4437,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_it.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4976,17 +4454,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4995,17 +4471,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_nl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5014,17 +4488,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_pt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5033,17 +4505,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_pt.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5052,17 +4522,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5071,17 +4539,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/lodash/lodash.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5090,17 +4556,15 @@ "OriginalItemSpec": "wwwroot\\libs\\lodash\\lodash.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5109,17 +4573,15 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5128,17 +4590,15 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5147,17 +4607,15 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.min.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5166,17 +4624,15 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5185,17 +4641,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5204,17 +4658,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5223,17 +4675,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5242,17 +4692,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/package.json", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5261,17 +4709,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/readme.md", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5280,17 +4726,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/af.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5299,17 +4743,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5318,17 +4760,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-dz.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5337,17 +4777,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-dz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-kw.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5356,17 +4794,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-kw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-ly.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5375,17 +4811,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-ly.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-ma.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5394,17 +4828,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-ma.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-sa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5413,17 +4845,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-sa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-tn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5432,17 +4862,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-tn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/az.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5451,17 +4879,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/be.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5470,17 +4896,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5489,17 +4913,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bm.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5508,17 +4930,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bm.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5527,17 +4947,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bn-bd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5546,17 +4964,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bn-bd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5565,17 +4981,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/br.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5584,17 +4998,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5603,17 +5015,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5622,17 +5032,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5641,17 +5049,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5660,17 +5066,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5679,17 +5083,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/da.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5698,17 +5100,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5717,17 +5117,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de-at.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5736,17 +5134,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de-at.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de-ch.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5755,17 +5151,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/dv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5774,17 +5168,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\dv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/el.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5793,17 +5185,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-au.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5812,17 +5202,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-au.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5831,17 +5219,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-gb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5850,17 +5236,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-gb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-ie.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5869,17 +5253,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-ie.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-il.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5888,17 +5270,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-il.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-in.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5907,17 +5287,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-in.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-nz.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5926,17 +5304,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-nz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-sg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5945,17 +5321,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-sg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/eo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5964,17 +5338,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\eo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5983,17 +5355,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-do.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6002,17 +5372,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-do.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-mx.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6021,17 +5389,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-mx.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-us.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6040,17 +5406,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-us.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/et.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6059,17 +5423,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/eu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6078,17 +5440,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6097,17 +5457,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6116,17 +5474,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fil.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6135,17 +5491,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fil.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6154,17 +5508,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6173,17 +5525,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr-ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6192,17 +5542,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr-ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr-ch.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6211,17 +5559,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6230,17 +5576,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ga.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6249,17 +5593,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ga.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6268,17 +5610,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6287,17 +5627,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gom-deva.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6306,17 +5644,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gom-deva.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gom-latn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6325,17 +5661,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gom-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6344,17 +5678,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/he.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6363,17 +5695,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6382,17 +5712,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6401,17 +5729,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6420,17 +5746,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hy-am.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6439,17 +5763,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hy-am.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/id.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6458,17 +5780,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/is.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6477,17 +5797,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6496,17 +5814,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/it-ch.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6515,17 +5831,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\it-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ja.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6534,17 +5848,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/jv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6553,17 +5865,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\jv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ka.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6572,17 +5882,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/kk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6591,17 +5899,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\kk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/km.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6610,17 +5916,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\km.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/kn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6629,17 +5933,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\kn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ko.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6648,17 +5950,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ku.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6667,17 +5967,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ku.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ky.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6686,17 +5984,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ky.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6705,17 +6001,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6724,17 +6018,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6743,17 +6035,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6762,17 +6052,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/me.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6781,17 +6069,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\me.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6800,17 +6086,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6819,17 +6103,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ml.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6838,17 +6120,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ml.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6857,17 +6137,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6876,17 +6154,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ms.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6895,17 +6171,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ms.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ms-my.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6914,17 +6188,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ms-my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6933,17 +6205,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/my.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6952,17 +6222,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6971,17 +6239,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ne.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6990,17 +6256,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ne.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7009,17 +6273,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nl-be.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7028,17 +6290,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nl-be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7047,17 +6307,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/oc-lnc.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7066,17 +6324,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\oc-lnc.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pa-in.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7085,17 +6341,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pa-in.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7104,17 +6358,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7123,17 +6375,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pt-br.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7142,17 +6392,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pt-br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ro.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7161,17 +6409,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ru.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7180,17 +6426,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7199,17 +6443,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/se.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7218,17 +6460,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\se.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/si.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7237,17 +6477,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7256,17 +6494,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7275,17 +6511,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sq.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7294,17 +6528,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7313,17 +6545,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sr-cyrl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7332,17 +6562,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sr-cyrl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ss.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7351,17 +6579,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ss.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7370,17 +6596,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sw.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7389,17 +6613,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ta.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7408,17 +6630,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ta.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/te.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7427,17 +6647,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\te.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tet.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7446,17 +6664,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tet.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7465,17 +6681,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/th.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7484,17 +6698,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7503,17 +6715,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tlh.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7522,17 +6732,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tlh.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tl-ph.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7541,17 +6749,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tl-ph.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7560,17 +6766,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7579,17 +6783,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzm.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7598,17 +6800,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzm.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzm-latn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7617,17 +6817,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzm-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ug-cn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7636,17 +6834,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ug-cn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7655,17 +6851,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ur.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7674,17 +6868,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uz.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7693,17 +6885,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uz-latn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7712,17 +6902,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uz-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/vi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7731,17 +6919,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/x-pseudo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7750,17 +6936,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\x-pseudo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/yo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7769,17 +6953,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\yo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-cn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7788,17 +6970,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-cn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-hk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7807,17 +6987,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-hk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-mo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7826,17 +7004,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-mo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-tw.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7845,17 +7021,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-tw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/moment.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7864,17 +7038,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\moment.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/css/select2.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7883,17 +7055,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\css\\select2.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/af.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7902,17 +7072,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7921,17 +7089,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/az.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7940,17 +7106,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7959,17 +7123,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7978,17 +7140,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7997,17 +7157,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8016,17 +7174,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/cs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8035,17 +7191,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/da.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8054,17 +7208,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8073,17 +7225,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/dsb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8092,17 +7242,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\dsb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/el.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8111,17 +7259,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/en.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8130,17 +7276,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\en.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/es.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8149,17 +7293,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/et.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8168,17 +7310,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/eu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8187,17 +7327,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8206,17 +7344,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8225,17 +7361,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8244,17 +7378,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/gl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8263,17 +7395,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/he.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8282,17 +7412,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8301,17 +7429,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8320,17 +7446,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hsb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8339,17 +7463,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hsb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8358,17 +7480,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8377,17 +7497,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/id.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8396,17 +7514,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/is.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8415,17 +7531,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8434,17 +7548,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ja.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8453,17 +7565,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ka.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8472,17 +7582,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/km.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8491,17 +7599,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\km.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ko.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8510,17 +7616,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/lt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8529,17 +7633,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/lv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8548,17 +7650,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/mk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8567,17 +7667,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ms.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8586,17 +7684,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ms.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/nb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8605,17 +7701,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\nb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ne.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8624,17 +7718,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ne.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8643,17 +7735,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8662,17 +7752,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ps.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8681,17 +7769,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ps.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8700,17 +7786,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pt-BR.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8719,17 +7803,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ro.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8738,17 +7820,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ru.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8757,17 +7837,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8776,17 +7854,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8795,17 +7871,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sq.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8814,17 +7888,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8833,17 +7905,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sr-Cyrl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8852,17 +7922,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8871,17 +7939,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/th.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8890,17 +7956,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/tk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8909,17 +7973,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\tk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/tr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8928,17 +7990,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/uk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8947,17 +8007,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/vi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8966,17 +8024,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/zh-CN.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8985,17 +8041,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/zh-TW.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9004,17 +8058,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/select2.full.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9023,17 +8075,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\select2.full.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/select2.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9042,17 +8092,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\select2.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.all.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9061,17 +8109,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.all.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.all.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9080,17 +8126,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9099,17 +8143,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9118,17 +8160,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9137,17 +8177,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9156,17 +8194,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/jquery.timeago.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9175,17 +8211,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\jquery.timeago.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.af.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9194,17 +8228,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.am.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9213,17 +8245,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9232,17 +8262,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.az.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9251,17 +8279,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.az-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9270,17 +8296,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.be.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9289,17 +8313,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.bg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9308,17 +8330,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.bs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9327,17 +8347,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9346,17 +8364,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.cs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9365,17 +8381,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.cy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9384,17 +8398,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.da.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9403,17 +8415,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9422,17 +8432,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.de-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9441,17 +8449,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.dv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9460,17 +8466,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.el.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9479,17 +8483,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.en.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9498,17 +8500,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.en-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9517,17 +8517,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.es.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9536,17 +8534,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.es-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9555,17 +8551,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.et.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9574,17 +8568,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.eu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9593,17 +8585,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9612,17 +8602,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fa-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9631,17 +8619,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9650,17 +8636,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9669,17 +8653,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fr-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9688,17 +8670,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.gl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9707,17 +8687,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.he.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9726,17 +8704,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9745,17 +8721,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9764,17 +8738,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9783,17 +8755,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.id.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9802,17 +8772,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.is.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9821,17 +8789,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9840,17 +8806,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.it-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9859,17 +8823,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ja.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9878,17 +8840,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.jv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9897,17 +8857,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ko.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9916,17 +8874,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ky.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9935,17 +8891,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.lt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9954,17 +8908,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.lv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9973,17 +8925,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.mk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9992,17 +8942,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10011,17 +8959,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.no.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10030,17 +8976,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10049,17 +8993,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10068,17 +9010,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-br.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10087,17 +9027,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-br-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10106,17 +9044,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10125,17 +9061,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ro.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10144,17 +9078,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.rs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10163,17 +9095,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ru.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10182,17 +9112,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.rw.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10201,17 +9129,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.si.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10220,17 +9146,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10239,17 +9163,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10258,17 +9180,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sq.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10277,17 +9197,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10296,17 +9214,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10315,17 +9231,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.th.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10334,17 +9248,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.tr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10353,17 +9265,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.tr-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10372,17 +9282,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.uk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10391,17 +9299,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ur.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10410,17 +9316,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.uz.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10429,17 +9333,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.vi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10448,17 +9350,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.zh-CN.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10467,17 +9367,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.zh-TW.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10486,17 +9384,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/README.md", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10505,17 +9401,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\README.md" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10524,17 +9418,15 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10543,17 +9435,15 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10562,17 +9452,15 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.development.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.development.json index c45580bd5..f5b574cbf 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.development.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.development.json @@ -1 +1 @@ -{"ContentRoots":["E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\"],"Root":{"Children":{"global-styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"global-styles.css"},"Patterns":null},"images":{"Children":{"logo":{"Children":{"leptonx":{"Children":{"logo-dark-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark-thumbnail.png"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark.png"},"Patterns":null},"logo-light-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light-thumbnail.png"},"Patterns":null},"logo-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"libs":{"Children":{"@fortawesome":{"Children":{"fontawesome-free":{"Children":{"css":{"Children":{"all.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/all.css"},"Patterns":null},"v4-shims.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/v4-shims.css"},"Patterns":null}},"Asset":null,"Patterns":null},"webfonts":{"Children":{"fa-brands-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot"},"Patterns":null},"fa-brands-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg"},"Patterns":null},"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"},"Patterns":null},"fa-regular-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot"},"Patterns":null},"fa-solid-900.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"abp":{"Children":{"core":{"Children":{"abp.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.css"},"Patterns":null},"abp.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"abp.jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/jquery/abp.jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"abp.luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/luxon/abp.luxon.js"},"Patterns":null}},"Asset":null,"Patterns":null},"utils":{"Children":{"abp-utils.umd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js"},"Patterns":null},"abp-utils.umd.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js.map"},"Patterns":null},"abp-utils.umd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js"},"Patterns":null},"abp-utils.umd.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-datepicker":{"Children":{"bootstrap-datepicker.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.css.map"},"Patterns":null},"bootstrap-datepicker.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.css"},"Patterns":null},"bootstrap-datepicker.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.js"},"Patterns":null},"locales":{"Children":{"bootstrap-datepicker-en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.ar-DZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js"},"Patterns":null},"bootstrap-datepicker.ar-tn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js"},"Patterns":null},"bootstrap-datepicker.ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js"},"Patterns":null},"bootstrap-datepicker.az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js"},"Patterns":null},"bootstrap-datepicker.bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js"},"Patterns":null},"bootstrap-datepicker.bm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js"},"Patterns":null},"bootstrap-datepicker.bn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js"},"Patterns":null},"bootstrap-datepicker.br.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js"},"Patterns":null},"bootstrap-datepicker.bs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js"},"Patterns":null},"bootstrap-datepicker.ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js"},"Patterns":null},"bootstrap-datepicker.cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js"},"Patterns":null},"bootstrap-datepicker.cy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js"},"Patterns":null},"bootstrap-datepicker.da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js"},"Patterns":null},"bootstrap-datepicker.de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js"},"Patterns":null},"bootstrap-datepicker.el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js"},"Patterns":null},"bootstrap-datepicker.en-AU.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js"},"Patterns":null},"bootstrap-datepicker.en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.en-GB.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js"},"Patterns":null},"bootstrap-datepicker.en-IE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js"},"Patterns":null},"bootstrap-datepicker.en-NZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js"},"Patterns":null},"bootstrap-datepicker.en-US.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js"},"Patterns":null},"bootstrap-datepicker.en-ZA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js"},"Patterns":null},"bootstrap-datepicker.eo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js"},"Patterns":null},"bootstrap-datepicker.es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js"},"Patterns":null},"bootstrap-datepicker.et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js"},"Patterns":null},"bootstrap-datepicker.eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js"},"Patterns":null},"bootstrap-datepicker.fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js"},"Patterns":null},"bootstrap-datepicker.fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js"},"Patterns":null},"bootstrap-datepicker.fo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js"},"Patterns":null},"bootstrap-datepicker.fr-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js"},"Patterns":null},"bootstrap-datepicker.fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js"},"Patterns":null},"bootstrap-datepicker.gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js"},"Patterns":null},"bootstrap-datepicker.he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js"},"Patterns":null},"bootstrap-datepicker.hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js"},"Patterns":null},"bootstrap-datepicker.hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js"},"Patterns":null},"bootstrap-datepicker.hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js"},"Patterns":null},"bootstrap-datepicker.hy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js"},"Patterns":null},"bootstrap-datepicker.id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js"},"Patterns":null},"bootstrap-datepicker.is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js"},"Patterns":null},"bootstrap-datepicker.it-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js"},"Patterns":null},"bootstrap-datepicker.it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js"},"Patterns":null},"bootstrap-datepicker.ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js"},"Patterns":null},"bootstrap-datepicker.ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js"},"Patterns":null},"bootstrap-datepicker.kh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js"},"Patterns":null},"bootstrap-datepicker.kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js"},"Patterns":null},"bootstrap-datepicker.km.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js"},"Patterns":null},"bootstrap-datepicker.ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js"},"Patterns":null},"bootstrap-datepicker.kr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js"},"Patterns":null},"bootstrap-datepicker.lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js"},"Patterns":null},"bootstrap-datepicker.lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js"},"Patterns":null},"bootstrap-datepicker.me.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js"},"Patterns":null},"bootstrap-datepicker.mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js"},"Patterns":null},"bootstrap-datepicker.mn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js"},"Patterns":null},"bootstrap-datepicker.mr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js"},"Patterns":null},"bootstrap-datepicker.ms.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js"},"Patterns":null},"bootstrap-datepicker.nl-BE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js"},"Patterns":null},"bootstrap-datepicker.nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js"},"Patterns":null},"bootstrap-datepicker.no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js"},"Patterns":null},"bootstrap-datepicker.oc.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js"},"Patterns":null},"bootstrap-datepicker.pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js"},"Patterns":null},"bootstrap-datepicker.pt-BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js"},"Patterns":null},"bootstrap-datepicker.pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js"},"Patterns":null},"bootstrap-datepicker.ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js"},"Patterns":null},"bootstrap-datepicker.rs-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js"},"Patterns":null},"bootstrap-datepicker.rs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js"},"Patterns":null},"bootstrap-datepicker.ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js"},"Patterns":null},"bootstrap-datepicker.si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js"},"Patterns":null},"bootstrap-datepicker.sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js"},"Patterns":null},"bootstrap-datepicker.sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js"},"Patterns":null},"bootstrap-datepicker.sq.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js"},"Patterns":null},"bootstrap-datepicker.sr-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js"},"Patterns":null},"bootstrap-datepicker.sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js"},"Patterns":null},"bootstrap-datepicker.sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js"},"Patterns":null},"bootstrap-datepicker.sw.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js"},"Patterns":null},"bootstrap-datepicker.ta.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js"},"Patterns":null},"bootstrap-datepicker.tg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js"},"Patterns":null},"bootstrap-datepicker.th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js"},"Patterns":null},"bootstrap-datepicker.tk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js"},"Patterns":null},"bootstrap-datepicker.tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js"},"Patterns":null},"bootstrap-datepicker.uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js"},"Patterns":null},"bootstrap-datepicker.uz-cyrl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js"},"Patterns":null},"bootstrap-datepicker.uz-latn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js"},"Patterns":null},"bootstrap-datepicker.vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js"},"Patterns":null},"bootstrap-datepicker.zh-CN.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js"},"Patterns":null},"bootstrap-datepicker.zh-TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-daterangepicker":{"Children":{"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.css"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.js"},"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap":{"Children":{"css":{"Children":{"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net-bs5":{"Children":{"css":{"Children":{"dataTables.bootstrap5.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/css/dataTables.bootstrap5.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"dataTables.bootstrap5.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/js/dataTables.bootstrap5.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net":{"Children":{"js":{"Children":{"jquery.dataTables.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net/js/jquery.dataTables.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-form":{"Children":{"jquery.form.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-form/jquery.form.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/jquery.validate.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery/jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lodash":{"Children":{"lodash.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/lodash/lodash.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js"},"Patterns":null},"luxon.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js.map"},"Patterns":null},"luxon.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js"},"Patterns":null},"luxon.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"malihu-custom-scrollbar-plugin":{"Children":{"jquery.mCustomScrollbar.concat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"},"Patterns":null},"jquery.mCustomScrollbar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"},"Patterns":null},"jquery.mCustomScrollbar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"},"Patterns":null},"mCSB_buttons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png"},"Patterns":null},"package.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/package.json"},"Patterns":null},"readme.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/readme.md"},"Patterns":null}},"Asset":null,"Patterns":null},"moment":{"Children":{"locale":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/af.js"},"Patterns":null},"ar-dz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-dz.js"},"Patterns":null},"ar-kw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-kw.js"},"Patterns":null},"ar-ly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ly.js"},"Patterns":null},"ar-ma.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ma.js"},"Patterns":null},"ar-sa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-sa.js"},"Patterns":null},"ar-tn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-tn.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/az.js"},"Patterns":null},"be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/be.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bg.js"},"Patterns":null},"bm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bm.js"},"Patterns":null},"bn-bd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn-bd.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn.js"},"Patterns":null},"bo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bo.js"},"Patterns":null},"br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/br.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cs.js"},"Patterns":null},"cv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cv.js"},"Patterns":null},"cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cy.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/da.js"},"Patterns":null},"de-at.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-at.js"},"Patterns":null},"de-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-ch.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de.js"},"Patterns":null},"dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/dv.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/el.js"},"Patterns":null},"en-au.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-au.js"},"Patterns":null},"en-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ca.js"},"Patterns":null},"en-gb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-gb.js"},"Patterns":null},"en-ie.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ie.js"},"Patterns":null},"en-il.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-il.js"},"Patterns":null},"en-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-in.js"},"Patterns":null},"en-nz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-nz.js"},"Patterns":null},"en-sg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-sg.js"},"Patterns":null},"eo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eo.js"},"Patterns":null},"es-do.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-do.js"},"Patterns":null},"es-mx.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-mx.js"},"Patterns":null},"es-us.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-us.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fi.js"},"Patterns":null},"fil.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fil.js"},"Patterns":null},"fo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fo.js"},"Patterns":null},"fr-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ca.js"},"Patterns":null},"fr-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ch.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr.js"},"Patterns":null},"fy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fy.js"},"Patterns":null},"ga.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ga.js"},"Patterns":null},"gd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gd.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gl.js"},"Patterns":null},"gom-deva.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-deva.js"},"Patterns":null},"gom-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-latn.js"},"Patterns":null},"gu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gu.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hr.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hu.js"},"Patterns":null},"hy-am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hy-am.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/is.js"},"Patterns":null},"it-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it-ch.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ja.js"},"Patterns":null},"jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/jv.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ka.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kk.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/km.js"},"Patterns":null},"kn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kn.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ko.js"},"Patterns":null},"ku.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ku.js"},"Patterns":null},"ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ky.js"},"Patterns":null},"lb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lb.js"},"Patterns":null},"lo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lo.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lv.js"},"Patterns":null},"me.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/me.js"},"Patterns":null},"mi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mi.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mk.js"},"Patterns":null},"ml.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ml.js"},"Patterns":null},"mn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mn.js"},"Patterns":null},"mr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mr.js"},"Patterns":null},"ms-my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms-my.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms.js"},"Patterns":null},"mt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mt.js"},"Patterns":null},"my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/my.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ne.js"},"Patterns":null},"nl-be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl-be.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl.js"},"Patterns":null},"nn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nn.js"},"Patterns":null},"oc-lnc.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/oc-lnc.js"},"Patterns":null},"pa-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pa-in.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pl.js"},"Patterns":null},"pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt-br.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ru.js"},"Patterns":null},"sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sd.js"},"Patterns":null},"se.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/se.js"},"Patterns":null},"si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/si.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sq.js"},"Patterns":null},"sr-cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr-cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr.js"},"Patterns":null},"ss.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ss.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sv.js"},"Patterns":null},"sw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sw.js"},"Patterns":null},"ta.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ta.js"},"Patterns":null},"te.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/te.js"},"Patterns":null},"tet.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tet.js"},"Patterns":null},"tg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tg.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tk.js"},"Patterns":null},"tl-ph.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tl-ph.js"},"Patterns":null},"tlh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tlh.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tr.js"},"Patterns":null},"tzl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzl.js"},"Patterns":null},"tzm-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm-latn.js"},"Patterns":null},"tzm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm.js"},"Patterns":null},"ug-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ug-cn.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uk.js"},"Patterns":null},"ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ur.js"},"Patterns":null},"uz-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz-latn.js"},"Patterns":null},"uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/vi.js"},"Patterns":null},"x-pseudo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/x-pseudo.js"},"Patterns":null},"yo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/yo.js"},"Patterns":null},"zh-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-cn.js"},"Patterns":null},"zh-hk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-hk.js"},"Patterns":null},"zh-mo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-mo.js"},"Patterns":null},"zh-tw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-tw.js"},"Patterns":null}},"Asset":null,"Patterns":null},"moment.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/moment.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2":{"Children":{"css":{"Children":{"select2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/css/select2.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"i18n":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/af.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/az.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bg.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bn.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/de.js"},"Patterns":null},"dsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/dsb.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fi.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fr.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/gl.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hr.js"},"Patterns":null},"hsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hsb.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hu.js"},"Patterns":null},"hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hy.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/is.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ja.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ka.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/km.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ko.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lv.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/mk.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ms.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ne.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pl.js"},"Patterns":null},"ps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ps.js"},"Patterns":null},"pt-BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt-BR.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sq.js"},"Patterns":null},"sr-Cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr-Cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sv.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tk.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/vi.js"},"Patterns":null},"zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-CN.js"},"Patterns":null},"zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-TW.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2.full.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.full.min.js"},"Patterns":null},"select2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"sweetalert2":{"Children":{"sweetalert2.all.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.js"},"Patterns":null},"sweetalert2.all.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.min.js"},"Patterns":null},"sweetalert2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.css"},"Patterns":null},"sweetalert2.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.js"},"Patterns":null},"sweetalert2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.css"},"Patterns":null},"sweetalert2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"timeago":{"Children":{"jquery.timeago.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/jquery.timeago.js"},"Patterns":null},"locales":{"Children":{"jquery.timeago.af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.af.js"},"Patterns":null},"jquery.timeago.am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.am.js"},"Patterns":null},"jquery.timeago.ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ar.js"},"Patterns":null},"jquery.timeago.az-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az-short.js"},"Patterns":null},"jquery.timeago.az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az.js"},"Patterns":null},"jquery.timeago.be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.be.js"},"Patterns":null},"jquery.timeago.bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bg.js"},"Patterns":null},"jquery.timeago.bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bs.js"},"Patterns":null},"jquery.timeago.ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ca.js"},"Patterns":null},"jquery.timeago.cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cs.js"},"Patterns":null},"jquery.timeago.cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cy.js"},"Patterns":null},"jquery.timeago.da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.da.js"},"Patterns":null},"jquery.timeago.de-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de-short.js"},"Patterns":null},"jquery.timeago.de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de.js"},"Patterns":null},"jquery.timeago.dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.dv.js"},"Patterns":null},"jquery.timeago.el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.el.js"},"Patterns":null},"jquery.timeago.en-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en-short.js"},"Patterns":null},"jquery.timeago.en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en.js"},"Patterns":null},"jquery.timeago.es-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es-short.js"},"Patterns":null},"jquery.timeago.es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es.js"},"Patterns":null},"jquery.timeago.et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.et.js"},"Patterns":null},"jquery.timeago.eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.eu.js"},"Patterns":null},"jquery.timeago.fa-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa-short.js"},"Patterns":null},"jquery.timeago.fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa.js"},"Patterns":null},"jquery.timeago.fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fi.js"},"Patterns":null},"jquery.timeago.fr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr-short.js"},"Patterns":null},"jquery.timeago.fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr.js"},"Patterns":null},"jquery.timeago.gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.gl.js"},"Patterns":null},"jquery.timeago.he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.he.js"},"Patterns":null},"jquery.timeago.hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hr.js"},"Patterns":null},"jquery.timeago.hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hu.js"},"Patterns":null},"jquery.timeago.hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hy.js"},"Patterns":null},"jquery.timeago.id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.id.js"},"Patterns":null},"jquery.timeago.is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.is.js"},"Patterns":null},"jquery.timeago.it-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it-short.js"},"Patterns":null},"jquery.timeago.it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it.js"},"Patterns":null},"jquery.timeago.ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ja.js"},"Patterns":null},"jquery.timeago.jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.jv.js"},"Patterns":null},"jquery.timeago.ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ko.js"},"Patterns":null},"jquery.timeago.ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ky.js"},"Patterns":null},"jquery.timeago.lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lt.js"},"Patterns":null},"jquery.timeago.lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lv.js"},"Patterns":null},"jquery.timeago.mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.mk.js"},"Patterns":null},"jquery.timeago.nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.nl.js"},"Patterns":null},"jquery.timeago.no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.no.js"},"Patterns":null},"jquery.timeago.pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pl.js"},"Patterns":null},"jquery.timeago.pt-br-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br-short.js"},"Patterns":null},"jquery.timeago.pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br.js"},"Patterns":null},"jquery.timeago.pt-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-short.js"},"Patterns":null},"jquery.timeago.pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt.js"},"Patterns":null},"jquery.timeago.ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ro.js"},"Patterns":null},"jquery.timeago.rs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rs.js"},"Patterns":null},"jquery.timeago.ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ru.js"},"Patterns":null},"jquery.timeago.rw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rw.js"},"Patterns":null},"jquery.timeago.si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.si.js"},"Patterns":null},"jquery.timeago.sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sk.js"},"Patterns":null},"jquery.timeago.sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sl.js"},"Patterns":null},"jquery.timeago.sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sq.js"},"Patterns":null},"jquery.timeago.sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sr.js"},"Patterns":null},"jquery.timeago.sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sv.js"},"Patterns":null},"jquery.timeago.th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.th.js"},"Patterns":null},"jquery.timeago.tr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr-short.js"},"Patterns":null},"jquery.timeago.tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr.js"},"Patterns":null},"jquery.timeago.uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uk.js"},"Patterns":null},"jquery.timeago.ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ur.js"},"Patterns":null},"jquery.timeago.uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uz.js"},"Patterns":null},"jquery.timeago.vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.vi.js"},"Patterns":null},"jquery.timeago.zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-CN.js"},"Patterns":null},"jquery.timeago.zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-TW.js"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/README.md"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"toastr":{"Children":{"toastr.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.css"},"Patterns":null},"toastr.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.js.map"},"Patterns":null},"toastr.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.css"},"Patterns":null},"toastr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file +{"ContentRoots":["E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\"],"Root":{"Children":{"global-styles.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"global-styles.css"},"Patterns":null},"images":{"Children":{"logo":{"Children":{"leptonx":{"Children":{"logo-dark-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark-thumbnail.png"},"Patterns":null},"logo-dark.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-dark.png"},"Patterns":null},"logo-light-thumbnail.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light-thumbnail.png"},"Patterns":null},"logo-light.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"images/logo/leptonx/logo-light.png"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"libs":{"Children":{"@fortawesome":{"Children":{"fontawesome-free":{"Children":{"css":{"Children":{"all.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/all.css"},"Patterns":null},"v4-shims.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/css/v4-shims.css"},"Patterns":null}},"Asset":null,"Patterns":null},"webfonts":{"Children":{"fa-brands-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot"},"Patterns":null},"fa-brands-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg"},"Patterns":null},"fa-brands-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf"},"Patterns":null},"fa-brands-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff"},"Patterns":null},"fa-brands-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2"},"Patterns":null},"fa-regular-400.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot"},"Patterns":null},"fa-regular-400.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg"},"Patterns":null},"fa-regular-400.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf"},"Patterns":null},"fa-regular-400.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff"},"Patterns":null},"fa-regular-400.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2"},"Patterns":null},"fa-solid-900.eot":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot"},"Patterns":null},"fa-solid-900.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg"},"Patterns":null},"fa-solid-900.ttf":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf"},"Patterns":null},"fa-solid-900.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff"},"Patterns":null},"fa-solid-900.woff2":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"abp":{"Children":{"core":{"Children":{"abp.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.css"},"Patterns":null},"abp.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/core/abp.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"abp.jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/jquery/abp.jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"abp.luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/luxon/abp.luxon.js"},"Patterns":null}},"Asset":null,"Patterns":null},"utils":{"Children":{"abp-utils.umd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js"},"Patterns":null},"abp-utils.umd.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.js.map"},"Patterns":null},"abp-utils.umd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js"},"Patterns":null},"abp-utils.umd.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/abp/utils/abp-utils.umd.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-datepicker":{"Children":{"bootstrap-datepicker.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.css.map"},"Patterns":null},"bootstrap-datepicker.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.css"},"Patterns":null},"bootstrap-datepicker.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/bootstrap-datepicker.min.js"},"Patterns":null},"locales":{"Children":{"bootstrap-datepicker-en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.ar-DZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js"},"Patterns":null},"bootstrap-datepicker.ar-tn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js"},"Patterns":null},"bootstrap-datepicker.ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js"},"Patterns":null},"bootstrap-datepicker.az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js"},"Patterns":null},"bootstrap-datepicker.bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js"},"Patterns":null},"bootstrap-datepicker.bm.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js"},"Patterns":null},"bootstrap-datepicker.bn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js"},"Patterns":null},"bootstrap-datepicker.br.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js"},"Patterns":null},"bootstrap-datepicker.bs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js"},"Patterns":null},"bootstrap-datepicker.ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js"},"Patterns":null},"bootstrap-datepicker.cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js"},"Patterns":null},"bootstrap-datepicker.cy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js"},"Patterns":null},"bootstrap-datepicker.da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js"},"Patterns":null},"bootstrap-datepicker.de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js"},"Patterns":null},"bootstrap-datepicker.el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js"},"Patterns":null},"bootstrap-datepicker.en-AU.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js"},"Patterns":null},"bootstrap-datepicker.en-CA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js"},"Patterns":null},"bootstrap-datepicker.en-GB.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js"},"Patterns":null},"bootstrap-datepicker.en-IE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js"},"Patterns":null},"bootstrap-datepicker.en-NZ.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js"},"Patterns":null},"bootstrap-datepicker.en-US.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js"},"Patterns":null},"bootstrap-datepicker.en-ZA.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js"},"Patterns":null},"bootstrap-datepicker.eo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js"},"Patterns":null},"bootstrap-datepicker.es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js"},"Patterns":null},"bootstrap-datepicker.et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js"},"Patterns":null},"bootstrap-datepicker.eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js"},"Patterns":null},"bootstrap-datepicker.fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js"},"Patterns":null},"bootstrap-datepicker.fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js"},"Patterns":null},"bootstrap-datepicker.fo.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js"},"Patterns":null},"bootstrap-datepicker.fr-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js"},"Patterns":null},"bootstrap-datepicker.fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js"},"Patterns":null},"bootstrap-datepicker.gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js"},"Patterns":null},"bootstrap-datepicker.he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js"},"Patterns":null},"bootstrap-datepicker.hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js"},"Patterns":null},"bootstrap-datepicker.hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js"},"Patterns":null},"bootstrap-datepicker.hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js"},"Patterns":null},"bootstrap-datepicker.hy.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js"},"Patterns":null},"bootstrap-datepicker.id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js"},"Patterns":null},"bootstrap-datepicker.is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js"},"Patterns":null},"bootstrap-datepicker.it-CH.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js"},"Patterns":null},"bootstrap-datepicker.it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js"},"Patterns":null},"bootstrap-datepicker.ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js"},"Patterns":null},"bootstrap-datepicker.ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js"},"Patterns":null},"bootstrap-datepicker.kh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js"},"Patterns":null},"bootstrap-datepicker.kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js"},"Patterns":null},"bootstrap-datepicker.km.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js"},"Patterns":null},"bootstrap-datepicker.ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js"},"Patterns":null},"bootstrap-datepicker.kr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js"},"Patterns":null},"bootstrap-datepicker.lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js"},"Patterns":null},"bootstrap-datepicker.lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js"},"Patterns":null},"bootstrap-datepicker.me.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js"},"Patterns":null},"bootstrap-datepicker.mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js"},"Patterns":null},"bootstrap-datepicker.mn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js"},"Patterns":null},"bootstrap-datepicker.mr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js"},"Patterns":null},"bootstrap-datepicker.ms.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js"},"Patterns":null},"bootstrap-datepicker.nl-BE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js"},"Patterns":null},"bootstrap-datepicker.nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js"},"Patterns":null},"bootstrap-datepicker.no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js"},"Patterns":null},"bootstrap-datepicker.oc.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js"},"Patterns":null},"bootstrap-datepicker.pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js"},"Patterns":null},"bootstrap-datepicker.pt-BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js"},"Patterns":null},"bootstrap-datepicker.pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js"},"Patterns":null},"bootstrap-datepicker.ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js"},"Patterns":null},"bootstrap-datepicker.rs-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js"},"Patterns":null},"bootstrap-datepicker.rs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js"},"Patterns":null},"bootstrap-datepicker.ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js"},"Patterns":null},"bootstrap-datepicker.si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js"},"Patterns":null},"bootstrap-datepicker.sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js"},"Patterns":null},"bootstrap-datepicker.sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js"},"Patterns":null},"bootstrap-datepicker.sq.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js"},"Patterns":null},"bootstrap-datepicker.sr-latin.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js"},"Patterns":null},"bootstrap-datepicker.sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js"},"Patterns":null},"bootstrap-datepicker.sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js"},"Patterns":null},"bootstrap-datepicker.sw.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js"},"Patterns":null},"bootstrap-datepicker.ta.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js"},"Patterns":null},"bootstrap-datepicker.tg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js"},"Patterns":null},"bootstrap-datepicker.th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js"},"Patterns":null},"bootstrap-datepicker.tk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js"},"Patterns":null},"bootstrap-datepicker.tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js"},"Patterns":null},"bootstrap-datepicker.uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js"},"Patterns":null},"bootstrap-datepicker.uz-cyrl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js"},"Patterns":null},"bootstrap-datepicker.uz-latn.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js"},"Patterns":null},"bootstrap-datepicker.vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js"},"Patterns":null},"bootstrap-datepicker.zh-CN.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js"},"Patterns":null},"bootstrap-datepicker.zh-TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap-daterangepicker":{"Children":{"daterangepicker.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.css"},"Patterns":null},"daterangepicker.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap-daterangepicker/daterangepicker.js"},"Patterns":null}},"Asset":null,"Patterns":null},"bootstrap":{"Children":{"css":{"Children":{"bootstrap.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css"},"Patterns":null},"bootstrap.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.css.map"},"Patterns":null},"bootstrap.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css"},"Patterns":null},"bootstrap.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.min.css.map"},"Patterns":null},"bootstrap.rtl.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css"},"Patterns":null},"bootstrap.rtl.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.css.map"},"Patterns":null},"bootstrap.rtl.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css"},"Patterns":null},"bootstrap.rtl.min.css.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/css/bootstrap.rtl.min.css.map"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"bootstrap.bundle.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js"},"Patterns":null},"bootstrap.bundle.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.js.map"},"Patterns":null},"bootstrap.bundle.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js"},"Patterns":null},"bootstrap.bundle.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/bootstrap/js/bootstrap.bundle.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net-bs5":{"Children":{"css":{"Children":{"dataTables.bootstrap5.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/css/dataTables.bootstrap5.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"dataTables.bootstrap5.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net-bs5/js/dataTables.bootstrap5.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"datatables.net":{"Children":{"js":{"Children":{"jquery.dataTables.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/datatables.net/js/jquery.dataTables.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery-form":{"Children":{"jquery.form.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-form/jquery.form.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation-unobtrusive":{"Children":{"jquery.validate.unobtrusive.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"},"Patterns":null}},"Asset":null,"Patterns":null},"jquery-validation":{"Children":{"jquery.validate.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/jquery.validate.js"},"Patterns":null},"localization":{"Children":{"messages_ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.js"},"Patterns":null},"messages_ar.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ar.min.js"},"Patterns":null},"messages_az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.js"},"Patterns":null},"messages_az.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_az.min.js"},"Patterns":null},"messages_bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.js"},"Patterns":null},"messages_bg.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bg.min.js"},"Patterns":null},"messages_bn_BD.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.js"},"Patterns":null},"messages_bn_BD.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_bn_BD.min.js"},"Patterns":null},"messages_ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.js"},"Patterns":null},"messages_ca.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ca.min.js"},"Patterns":null},"messages_cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.js"},"Patterns":null},"messages_cs.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_cs.min.js"},"Patterns":null},"messages_da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.js"},"Patterns":null},"messages_da.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_da.min.js"},"Patterns":null},"messages_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.js"},"Patterns":null},"messages_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_de.min.js"},"Patterns":null},"messages_el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.js"},"Patterns":null},"messages_el.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_el.min.js"},"Patterns":null},"messages_es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.js"},"Patterns":null},"messages_es.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es.min.js"},"Patterns":null},"messages_es_AR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.js"},"Patterns":null},"messages_es_AR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_AR.min.js"},"Patterns":null},"messages_es_PE.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.js"},"Patterns":null},"messages_es_PE.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_es_PE.min.js"},"Patterns":null},"messages_et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.js"},"Patterns":null},"messages_et.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_et.min.js"},"Patterns":null},"messages_eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.js"},"Patterns":null},"messages_eu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_eu.min.js"},"Patterns":null},"messages_fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.js"},"Patterns":null},"messages_fa.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fa.min.js"},"Patterns":null},"messages_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.js"},"Patterns":null},"messages_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fi.min.js"},"Patterns":null},"messages_fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.js"},"Patterns":null},"messages_fr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_fr.min.js"},"Patterns":null},"messages_ge.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.js"},"Patterns":null},"messages_ge.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ge.min.js"},"Patterns":null},"messages_gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.js"},"Patterns":null},"messages_gl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_gl.min.js"},"Patterns":null},"messages_he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.js"},"Patterns":null},"messages_he.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_he.min.js"},"Patterns":null},"messages_hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.js"},"Patterns":null},"messages_hi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hi.min.js"},"Patterns":null},"messages_hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.js"},"Patterns":null},"messages_hr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hr.min.js"},"Patterns":null},"messages_hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.js"},"Patterns":null},"messages_hu.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hu.min.js"},"Patterns":null},"messages_hy_AM.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.js"},"Patterns":null},"messages_hy_AM.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_hy_AM.min.js"},"Patterns":null},"messages_id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.js"},"Patterns":null},"messages_id.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_id.min.js"},"Patterns":null},"messages_is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.js"},"Patterns":null},"messages_is.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_is.min.js"},"Patterns":null},"messages_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.js"},"Patterns":null},"messages_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_it.min.js"},"Patterns":null},"messages_ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.js"},"Patterns":null},"messages_ja.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ja.min.js"},"Patterns":null},"messages_ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.js"},"Patterns":null},"messages_ka.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ka.min.js"},"Patterns":null},"messages_kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.js"},"Patterns":null},"messages_kk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_kk.min.js"},"Patterns":null},"messages_ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.js"},"Patterns":null},"messages_ko.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ko.min.js"},"Patterns":null},"messages_lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.js"},"Patterns":null},"messages_lt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lt.min.js"},"Patterns":null},"messages_lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.js"},"Patterns":null},"messages_lv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_lv.min.js"},"Patterns":null},"messages_mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.js"},"Patterns":null},"messages_mk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_mk.min.js"},"Patterns":null},"messages_my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.js"},"Patterns":null},"messages_my.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_my.min.js"},"Patterns":null},"messages_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.js"},"Patterns":null},"messages_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_nl.min.js"},"Patterns":null},"messages_no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.js"},"Patterns":null},"messages_no.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_no.min.js"},"Patterns":null},"messages_pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.js"},"Patterns":null},"messages_pl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pl.min.js"},"Patterns":null},"messages_pt_BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.js"},"Patterns":null},"messages_pt_BR.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_BR.min.js"},"Patterns":null},"messages_pt_PT.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.js"},"Patterns":null},"messages_pt_PT.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_pt_PT.min.js"},"Patterns":null},"messages_ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.js"},"Patterns":null},"messages_ro.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ro.min.js"},"Patterns":null},"messages_ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.js"},"Patterns":null},"messages_ru.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ru.min.js"},"Patterns":null},"messages_sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.js"},"Patterns":null},"messages_sd.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sd.min.js"},"Patterns":null},"messages_si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.js"},"Patterns":null},"messages_si.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_si.min.js"},"Patterns":null},"messages_sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.js"},"Patterns":null},"messages_sk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sk.min.js"},"Patterns":null},"messages_sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.js"},"Patterns":null},"messages_sl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sl.min.js"},"Patterns":null},"messages_sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.js"},"Patterns":null},"messages_sr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr.min.js"},"Patterns":null},"messages_sr_lat.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.js"},"Patterns":null},"messages_sr_lat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sr_lat.min.js"},"Patterns":null},"messages_sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.js"},"Patterns":null},"messages_sv.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_sv.min.js"},"Patterns":null},"messages_th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.js"},"Patterns":null},"messages_th.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_th.min.js"},"Patterns":null},"messages_tj.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.js"},"Patterns":null},"messages_tj.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tj.min.js"},"Patterns":null},"messages_tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.js"},"Patterns":null},"messages_tr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_tr.min.js"},"Patterns":null},"messages_uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.js"},"Patterns":null},"messages_uk.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_uk.min.js"},"Patterns":null},"messages_ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.js"},"Patterns":null},"messages_ur.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_ur.min.js"},"Patterns":null},"messages_vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.js"},"Patterns":null},"messages_vi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_vi.min.js"},"Patterns":null},"messages_zh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.js"},"Patterns":null},"messages_zh.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh.min.js"},"Patterns":null},"messages_zh_TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.js"},"Patterns":null},"messages_zh_TW.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/messages_zh_TW.min.js"},"Patterns":null},"methods_de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.js"},"Patterns":null},"methods_de.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_de.min.js"},"Patterns":null},"methods_es_CL.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.js"},"Patterns":null},"methods_es_CL.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_es_CL.min.js"},"Patterns":null},"methods_fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.js"},"Patterns":null},"methods_fi.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_fi.min.js"},"Patterns":null},"methods_it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.js"},"Patterns":null},"methods_it.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_it.min.js"},"Patterns":null},"methods_nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.js"},"Patterns":null},"methods_nl.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_nl.min.js"},"Patterns":null},"methods_pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.js"},"Patterns":null},"methods_pt.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery-validation/localization/methods_pt.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"jquery":{"Children":{"jquery.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/jquery/jquery.js"},"Patterns":null}},"Asset":null,"Patterns":null},"lodash":{"Children":{"lodash.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/lodash/lodash.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"luxon":{"Children":{"luxon.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js"},"Patterns":null},"luxon.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.js.map"},"Patterns":null},"luxon.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js"},"Patterns":null},"luxon.min.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/luxon/luxon.min.js.map"},"Patterns":null}},"Asset":null,"Patterns":null},"malihu-custom-scrollbar-plugin":{"Children":{"jquery.mCustomScrollbar.concat.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"},"Patterns":null},"jquery.mCustomScrollbar.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css"},"Patterns":null},"jquery.mCustomScrollbar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js"},"Patterns":null},"mCSB_buttons.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png"},"Patterns":null},"package.json":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/package.json"},"Patterns":null},"readme.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/malihu-custom-scrollbar-plugin/readme.md"},"Patterns":null}},"Asset":null,"Patterns":null},"moment":{"Children":{"locale":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/af.js"},"Patterns":null},"ar-dz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-dz.js"},"Patterns":null},"ar-kw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-kw.js"},"Patterns":null},"ar-ly.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ly.js"},"Patterns":null},"ar-ma.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-ma.js"},"Patterns":null},"ar-sa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-sa.js"},"Patterns":null},"ar-tn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar-tn.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/az.js"},"Patterns":null},"be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/be.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bg.js"},"Patterns":null},"bm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bm.js"},"Patterns":null},"bn-bd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn-bd.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bn.js"},"Patterns":null},"bo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bo.js"},"Patterns":null},"br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/br.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cs.js"},"Patterns":null},"cv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cv.js"},"Patterns":null},"cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/cy.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/da.js"},"Patterns":null},"de-at.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-at.js"},"Patterns":null},"de-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de-ch.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/de.js"},"Patterns":null},"dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/dv.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/el.js"},"Patterns":null},"en-au.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-au.js"},"Patterns":null},"en-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ca.js"},"Patterns":null},"en-gb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-gb.js"},"Patterns":null},"en-ie.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-ie.js"},"Patterns":null},"en-il.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-il.js"},"Patterns":null},"en-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-in.js"},"Patterns":null},"en-nz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-nz.js"},"Patterns":null},"en-sg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/en-sg.js"},"Patterns":null},"eo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eo.js"},"Patterns":null},"es-do.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-do.js"},"Patterns":null},"es-mx.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-mx.js"},"Patterns":null},"es-us.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es-us.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fi.js"},"Patterns":null},"fil.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fil.js"},"Patterns":null},"fo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fo.js"},"Patterns":null},"fr-ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ca.js"},"Patterns":null},"fr-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr-ch.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fr.js"},"Patterns":null},"fy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/fy.js"},"Patterns":null},"ga.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ga.js"},"Patterns":null},"gd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gd.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gl.js"},"Patterns":null},"gom-deva.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-deva.js"},"Patterns":null},"gom-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gom-latn.js"},"Patterns":null},"gu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/gu.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hr.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hu.js"},"Patterns":null},"hy-am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/hy-am.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/is.js"},"Patterns":null},"it-ch.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it-ch.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ja.js"},"Patterns":null},"jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/jv.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ka.js"},"Patterns":null},"kk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kk.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/km.js"},"Patterns":null},"kn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/kn.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ko.js"},"Patterns":null},"ku.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ku.js"},"Patterns":null},"ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ky.js"},"Patterns":null},"lb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lb.js"},"Patterns":null},"lo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lo.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/lv.js"},"Patterns":null},"me.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/me.js"},"Patterns":null},"mi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mi.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mk.js"},"Patterns":null},"ml.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ml.js"},"Patterns":null},"mn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mn.js"},"Patterns":null},"mr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mr.js"},"Patterns":null},"ms-my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms-my.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ms.js"},"Patterns":null},"mt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/mt.js"},"Patterns":null},"my.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/my.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ne.js"},"Patterns":null},"nl-be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl-be.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nl.js"},"Patterns":null},"nn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/nn.js"},"Patterns":null},"oc-lnc.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/oc-lnc.js"},"Patterns":null},"pa-in.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pa-in.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pl.js"},"Patterns":null},"pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt-br.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ru.js"},"Patterns":null},"sd.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sd.js"},"Patterns":null},"se.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/se.js"},"Patterns":null},"si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/si.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sq.js"},"Patterns":null},"sr-cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr-cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sr.js"},"Patterns":null},"ss.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ss.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sv.js"},"Patterns":null},"sw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/sw.js"},"Patterns":null},"ta.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ta.js"},"Patterns":null},"te.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/te.js"},"Patterns":null},"tet.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tet.js"},"Patterns":null},"tg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tg.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tk.js"},"Patterns":null},"tl-ph.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tl-ph.js"},"Patterns":null},"tlh.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tlh.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tr.js"},"Patterns":null},"tzl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzl.js"},"Patterns":null},"tzm-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm-latn.js"},"Patterns":null},"tzm.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/tzm.js"},"Patterns":null},"ug-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ug-cn.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uk.js"},"Patterns":null},"ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/ur.js"},"Patterns":null},"uz-latn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz-latn.js"},"Patterns":null},"uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/uz.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/vi.js"},"Patterns":null},"x-pseudo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/x-pseudo.js"},"Patterns":null},"yo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/yo.js"},"Patterns":null},"zh-cn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-cn.js"},"Patterns":null},"zh-hk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-hk.js"},"Patterns":null},"zh-mo.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-mo.js"},"Patterns":null},"zh-tw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/locale/zh-tw.js"},"Patterns":null}},"Asset":null,"Patterns":null},"moment.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/moment/moment.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2":{"Children":{"css":{"Children":{"select2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/css/select2.min.css"},"Patterns":null}},"Asset":null,"Patterns":null},"js":{"Children":{"i18n":{"Children":{"af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/af.js"},"Patterns":null},"ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ar.js"},"Patterns":null},"az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/az.js"},"Patterns":null},"bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bg.js"},"Patterns":null},"bn.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bn.js"},"Patterns":null},"bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/bs.js"},"Patterns":null},"ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ca.js"},"Patterns":null},"cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/cs.js"},"Patterns":null},"da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/da.js"},"Patterns":null},"de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/de.js"},"Patterns":null},"dsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/dsb.js"},"Patterns":null},"el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/el.js"},"Patterns":null},"en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/en.js"},"Patterns":null},"es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/es.js"},"Patterns":null},"et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/et.js"},"Patterns":null},"eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/eu.js"},"Patterns":null},"fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fa.js"},"Patterns":null},"fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fi.js"},"Patterns":null},"fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/fr.js"},"Patterns":null},"gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/gl.js"},"Patterns":null},"he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/he.js"},"Patterns":null},"hi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hi.js"},"Patterns":null},"hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hr.js"},"Patterns":null},"hsb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hsb.js"},"Patterns":null},"hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hu.js"},"Patterns":null},"hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/hy.js"},"Patterns":null},"id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/id.js"},"Patterns":null},"is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/is.js"},"Patterns":null},"it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/it.js"},"Patterns":null},"ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ja.js"},"Patterns":null},"ka.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ka.js"},"Patterns":null},"km.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/km.js"},"Patterns":null},"ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ko.js"},"Patterns":null},"lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lt.js"},"Patterns":null},"lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/lv.js"},"Patterns":null},"mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/mk.js"},"Patterns":null},"ms.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ms.js"},"Patterns":null},"nb.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nb.js"},"Patterns":null},"ne.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ne.js"},"Patterns":null},"nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/nl.js"},"Patterns":null},"pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pl.js"},"Patterns":null},"ps.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ps.js"},"Patterns":null},"pt-BR.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt-BR.js"},"Patterns":null},"pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/pt.js"},"Patterns":null},"ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ro.js"},"Patterns":null},"ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/ru.js"},"Patterns":null},"sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sk.js"},"Patterns":null},"sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sl.js"},"Patterns":null},"sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sq.js"},"Patterns":null},"sr-Cyrl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr-Cyrl.js"},"Patterns":null},"sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sr.js"},"Patterns":null},"sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/sv.js"},"Patterns":null},"th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/th.js"},"Patterns":null},"tk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tk.js"},"Patterns":null},"tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/tr.js"},"Patterns":null},"uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/uk.js"},"Patterns":null},"vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/vi.js"},"Patterns":null},"zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-CN.js"},"Patterns":null},"zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/i18n/zh-TW.js"},"Patterns":null}},"Asset":null,"Patterns":null},"select2.full.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.full.min.js"},"Patterns":null},"select2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/select2/js/select2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"sweetalert2":{"Children":{"sweetalert2.all.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.js"},"Patterns":null},"sweetalert2.all.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.all.min.js"},"Patterns":null},"sweetalert2.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.css"},"Patterns":null},"sweetalert2.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.js"},"Patterns":null},"sweetalert2.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.css"},"Patterns":null},"sweetalert2.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/sweetalert2/sweetalert2.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"timeago":{"Children":{"jquery.timeago.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/jquery.timeago.js"},"Patterns":null},"locales":{"Children":{"jquery.timeago.af.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.af.js"},"Patterns":null},"jquery.timeago.am.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.am.js"},"Patterns":null},"jquery.timeago.ar.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ar.js"},"Patterns":null},"jquery.timeago.az-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az-short.js"},"Patterns":null},"jquery.timeago.az.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.az.js"},"Patterns":null},"jquery.timeago.be.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.be.js"},"Patterns":null},"jquery.timeago.bg.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bg.js"},"Patterns":null},"jquery.timeago.bs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.bs.js"},"Patterns":null},"jquery.timeago.ca.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ca.js"},"Patterns":null},"jquery.timeago.cs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cs.js"},"Patterns":null},"jquery.timeago.cy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.cy.js"},"Patterns":null},"jquery.timeago.da.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.da.js"},"Patterns":null},"jquery.timeago.de-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de-short.js"},"Patterns":null},"jquery.timeago.de.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.de.js"},"Patterns":null},"jquery.timeago.dv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.dv.js"},"Patterns":null},"jquery.timeago.el.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.el.js"},"Patterns":null},"jquery.timeago.en-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en-short.js"},"Patterns":null},"jquery.timeago.en.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.en.js"},"Patterns":null},"jquery.timeago.es-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es-short.js"},"Patterns":null},"jquery.timeago.es.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.es.js"},"Patterns":null},"jquery.timeago.et.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.et.js"},"Patterns":null},"jquery.timeago.eu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.eu.js"},"Patterns":null},"jquery.timeago.fa-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa-short.js"},"Patterns":null},"jquery.timeago.fa.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fa.js"},"Patterns":null},"jquery.timeago.fi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fi.js"},"Patterns":null},"jquery.timeago.fr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr-short.js"},"Patterns":null},"jquery.timeago.fr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.fr.js"},"Patterns":null},"jquery.timeago.gl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.gl.js"},"Patterns":null},"jquery.timeago.he.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.he.js"},"Patterns":null},"jquery.timeago.hr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hr.js"},"Patterns":null},"jquery.timeago.hu.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hu.js"},"Patterns":null},"jquery.timeago.hy.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.hy.js"},"Patterns":null},"jquery.timeago.id.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.id.js"},"Patterns":null},"jquery.timeago.is.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.is.js"},"Patterns":null},"jquery.timeago.it-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it-short.js"},"Patterns":null},"jquery.timeago.it.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.it.js"},"Patterns":null},"jquery.timeago.ja.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ja.js"},"Patterns":null},"jquery.timeago.jv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.jv.js"},"Patterns":null},"jquery.timeago.ko.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ko.js"},"Patterns":null},"jquery.timeago.ky.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ky.js"},"Patterns":null},"jquery.timeago.lt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lt.js"},"Patterns":null},"jquery.timeago.lv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.lv.js"},"Patterns":null},"jquery.timeago.mk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.mk.js"},"Patterns":null},"jquery.timeago.nl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.nl.js"},"Patterns":null},"jquery.timeago.no.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.no.js"},"Patterns":null},"jquery.timeago.pl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pl.js"},"Patterns":null},"jquery.timeago.pt-br-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br-short.js"},"Patterns":null},"jquery.timeago.pt-br.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-br.js"},"Patterns":null},"jquery.timeago.pt-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt-short.js"},"Patterns":null},"jquery.timeago.pt.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.pt.js"},"Patterns":null},"jquery.timeago.ro.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ro.js"},"Patterns":null},"jquery.timeago.rs.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rs.js"},"Patterns":null},"jquery.timeago.ru.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ru.js"},"Patterns":null},"jquery.timeago.rw.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.rw.js"},"Patterns":null},"jquery.timeago.si.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.si.js"},"Patterns":null},"jquery.timeago.sk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sk.js"},"Patterns":null},"jquery.timeago.sl.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sl.js"},"Patterns":null},"jquery.timeago.sq.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sq.js"},"Patterns":null},"jquery.timeago.sr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sr.js"},"Patterns":null},"jquery.timeago.sv.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.sv.js"},"Patterns":null},"jquery.timeago.th.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.th.js"},"Patterns":null},"jquery.timeago.tr-short.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr-short.js"},"Patterns":null},"jquery.timeago.tr.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.tr.js"},"Patterns":null},"jquery.timeago.uk.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uk.js"},"Patterns":null},"jquery.timeago.ur.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.ur.js"},"Patterns":null},"jquery.timeago.uz.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.uz.js"},"Patterns":null},"jquery.timeago.vi.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.vi.js"},"Patterns":null},"jquery.timeago.zh-CN.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-CN.js"},"Patterns":null},"jquery.timeago.zh-TW.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/jquery.timeago.zh-TW.js"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/timeago/locales/README.md"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null},"toastr":{"Children":{"toastr.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.css"},"Patterns":null},"toastr.js.map":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.js.map"},"Patterns":null},"toastr.min.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.css"},"Patterns":null},"toastr.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"libs/toastr/toastr.min.js"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.pack.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.pack.json index fda0ecc60..597f90dd1 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.pack.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.pack.json @@ -1,2227 +1,2227 @@ { "Files": [ { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", "PackagePath": "staticwebassets\\global-styles.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", "PackagePath": "staticwebassets\\images\\logo\\leptonx\\logo-dark-thumbnail.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", "PackagePath": "staticwebassets\\images\\logo\\leptonx\\logo-dark.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", "PackagePath": "staticwebassets\\images\\logo\\leptonx\\logo-light-thumbnail.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", "PackagePath": "staticwebassets\\images\\logo\\leptonx\\logo-light.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\css\\all.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", "PackagePath": "staticwebassets\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", "PackagePath": "staticwebassets\\libs\\abp\\core\\abp.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", "PackagePath": "staticwebassets\\libs\\abp\\core\\abp.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", "PackagePath": "staticwebassets\\libs\\abp\\jquery\\abp.jquery.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", "PackagePath": "staticwebassets\\libs\\abp\\luxon\\abp.luxon.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", "PackagePath": "staticwebassets\\libs\\abp\\utils\\abp-utils.umd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", "PackagePath": "staticwebassets\\libs\\abp\\utils\\abp-utils.umd.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", "PackagePath": "staticwebassets\\libs\\abp\\utils\\abp-utils.umd.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", "PackagePath": "staticwebassets\\libs\\abp\\utils\\abp-utils.umd.min.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", "PackagePath": "staticwebassets\\libs\\bootstrap-daterangepicker\\daterangepicker.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", "PackagePath": "staticwebassets\\libs\\bootstrap-daterangepicker\\daterangepicker.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.min.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.rtl.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.rtl.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.rtl.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", "PackagePath": "staticwebassets\\libs\\bootstrap\\js\\bootstrap.bundle.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\js\\bootstrap.bundle.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", "PackagePath": "staticwebassets\\libs\\bootstrap\\js\\bootstrap.bundle.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", "PackagePath": "staticwebassets\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", "PackagePath": "staticwebassets\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", "PackagePath": "staticwebassets\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", "PackagePath": "staticwebassets\\libs\\datatables.net\\js\\jquery.dataTables.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", "PackagePath": "staticwebassets\\libs\\jquery-form\\jquery.form.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", "PackagePath": "staticwebassets\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\jquery.validate.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ar.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_az.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_az.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_bg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_bg.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_bn_BD.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ca.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_cs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_cs.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_da.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_da.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_de.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_el.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_el.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es_AR.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es_AR.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es_PE.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_es_PE.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_et.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_et.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_eu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_eu.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fa.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_fr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ge.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ge.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_gl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_gl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_he.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_he.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hu.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hy_AM.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_id.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_id.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_is.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_is.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_it.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ja.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ja.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ka.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ka.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_kk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_kk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ko.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ko.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_lt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_lt.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_lv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_lv.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_mk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_mk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_my.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_my.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_nl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_no.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_no.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pt_BR.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pt_PT.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ro.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ro.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ru.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ru.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sd.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_si.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_si.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sr_lat.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_sv.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_th.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_th.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_tj.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_tj.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_tr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_tr.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_uk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_uk.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ur.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_ur.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_vi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_vi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_zh.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_zh.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_zh_TW.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_de.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_es_CL.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_es_CL.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_fi.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_it.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_nl.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_pt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", "PackagePath": "staticwebassets\\libs\\jquery-validation\\localization\\methods_pt.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", "PackagePath": "staticwebassets\\libs\\jquery\\jquery.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", "PackagePath": "staticwebassets\\libs\\lodash\\lodash.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", "PackagePath": "staticwebassets\\libs\\luxon\\luxon.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", "PackagePath": "staticwebassets\\libs\\luxon\\luxon.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", "PackagePath": "staticwebassets\\libs\\luxon\\luxon.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", "PackagePath": "staticwebassets\\libs\\luxon\\luxon.min.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\package.json" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", "PackagePath": "staticwebassets\\libs\\malihu-custom-scrollbar-plugin\\readme.md" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\af.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-dz.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-kw.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-ly.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-ma.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-sa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar-tn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\az.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\be.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bm.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bn-bd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\br.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\bs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\cs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\cv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\cy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\da.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\de-at.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\de-ch.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\dv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\el.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-au.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-gb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-ie.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-il.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-in.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-nz.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\en-sg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\eo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\es-do.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\es-mx.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\es-us.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\es.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\et.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\eu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fil.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fr-ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fr-ch.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\fy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ga.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gom-deva.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gom-latn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\gu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\he.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\hi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\hr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\hu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\hy-am.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\id.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\is.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\it-ch.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ja.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\jv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ka.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\kk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\km.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\kn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ko.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ku.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ky.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\lb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\lo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\lt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\lv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\me.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ml.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ms-my.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ms.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\mt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\my.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\nb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ne.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\nl-be.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\nn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\oc-lnc.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\pa-in.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\pl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\pt-br.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\pt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ro.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ru.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sd.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\se.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\si.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sq.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sr-cyrl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ss.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\sw.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ta.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\te.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tet.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\th.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tl-ph.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tlh.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tzl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tzm-latn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\tzm.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ug-cn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\uk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\ur.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\uz-latn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\uz.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\vi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\x-pseudo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\yo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\zh-cn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\zh-hk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\zh-mo.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", "PackagePath": "staticwebassets\\libs\\moment\\locale\\zh-tw.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", "PackagePath": "staticwebassets\\libs\\moment\\moment.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", "PackagePath": "staticwebassets\\libs\\select2\\css\\select2.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\af.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\az.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\bg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\bn.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\bs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\cs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\da.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\dsb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\el.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\en.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\es.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\et.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\eu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\fa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\fr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\gl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\he.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hsb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\hy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\id.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\is.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ja.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ka.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\km.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ko.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\lt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\lv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\mk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ms.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\nb.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ne.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\pl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ps.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\pt-BR.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\pt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ro.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\ru.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sq.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sr-Cyrl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\sv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\th.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\tk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\tr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\uk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\vi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\zh-CN.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\i18n\\zh-TW.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\select2.full.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", "PackagePath": "staticwebassets\\libs\\select2\\js\\select2.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.all.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.all.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", "PackagePath": "staticwebassets\\libs\\sweetalert2\\sweetalert2.min.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", "PackagePath": "staticwebassets\\libs\\timeago\\jquery.timeago.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\README.md" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.af.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.am.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ar.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.az-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.az.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.be.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.bg.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.bs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ca.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.cs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.cy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.da.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.de-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.de.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.dv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.el.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.en-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.en.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.es-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.es.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.et.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.eu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fa-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fa.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fr-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.fr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.gl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.he.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.hr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.hu.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.hy.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.id.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.is.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.it-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.it.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ja.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.jv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ko.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ky.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.lt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.lv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.mk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.nl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.no.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pt-br.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pt-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.pt.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ro.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.rs.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ru.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.rw.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.si.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sl.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sq.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.sv.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.th.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.tr-short.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.tr.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.uk.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.ur.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.uz.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.vi.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", "PackagePath": "staticwebassets\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", "PackagePath": "staticwebassets\\libs\\toastr\\toastr.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", "PackagePath": "staticwebassets\\libs\\toastr\\toastr.js.map" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", "PackagePath": "staticwebassets\\libs\\toastr\\toastr.min.css" }, { - "Id": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", + "Id": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", "PackagePath": "staticwebassets\\libs\\toastr\\toastr.min.js" }, { diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.publish.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.publish.json index 67387f00c..81e6926c9 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.publish.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/Release/net7.0/staticwebassets.publish.json @@ -1,6 +1,6 @@ { "Version": 1, - "Hash": "rU1HrYGZbRkAJ2+MMQztp8LkkRc9PdjpRbk6TTStvF0=", + "Hash": "zvIKhL/4nciGNBazCGopxQUcd1wiTqNGmHX8vU1+MtI=", "Source": "WinIn.FasterZ.AgGridReport.Web", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "Mode": "Default", @@ -10,24 +10,22 @@ { "Name": "WinIn.FasterZ.AgGridReport.Web\\wwwroot", "Source": "WinIn.FasterZ.AgGridReport.Web", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "Pattern": "**" } ], "Assets": [ { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\global-styles.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "global-styles.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -36,17 +34,15 @@ "OriginalItemSpec": "wwwroot\\global-styles.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-dark.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -55,17 +51,15 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-dark.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-dark-thumbnail.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -74,17 +68,15 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-dark-thumbnail.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-light.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -93,17 +85,15 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-light.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "images/logo/leptonx/logo-light-thumbnail.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -112,17 +102,15 @@ "OriginalItemSpec": "wwwroot\\images\\logo\\leptonx\\logo-light-thumbnail.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/css/all.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -131,17 +119,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\all.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/css/v4-shims.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -150,17 +136,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\css\\v4-shims.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -169,17 +153,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -188,17 +170,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -207,17 +187,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -226,17 +204,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -245,17 +221,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-brands-400.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -264,17 +238,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -283,17 +255,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -302,17 +272,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -321,17 +289,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -340,17 +306,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-regular-400.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -359,17 +323,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.eot" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -378,17 +340,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.svg" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -397,17 +357,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.ttf" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -416,17 +374,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -435,17 +391,15 @@ "OriginalItemSpec": "wwwroot\\libs\\@fortawesome\\fontawesome-free\\webfonts\\fa-solid-900.woff2" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/core/abp.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -454,17 +408,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\core\\abp.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\core\\abp.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/core/abp.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -473,17 +425,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\core\\abp.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\jquery\\abp.jquery.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/jquery/abp.jquery.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -492,17 +442,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\jquery\\abp.jquery.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\luxon\\abp.luxon.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/luxon/abp.luxon.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -511,17 +459,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\luxon\\abp.luxon.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -530,17 +476,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -549,17 +493,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -568,17 +510,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/abp/utils/abp-utils.umd.min.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -587,17 +527,15 @@ "OriginalItemSpec": "wwwroot\\libs\\abp\\utils\\abp-utils.umd.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -606,17 +544,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -625,17 +561,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -644,17 +578,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.min.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -663,17 +595,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.min.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -682,17 +612,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -701,17 +629,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -720,17 +646,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/css/bootstrap.rtl.min.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -739,17 +663,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\css\\bootstrap.rtl.min.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -758,17 +680,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -777,17 +697,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -796,17 +714,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap/js/bootstrap.bundle.min.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -815,17 +731,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap\\js\\bootstrap.bundle.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.css.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -834,17 +748,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.css.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -853,17 +765,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/bootstrap-datepicker.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -872,17 +782,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\bootstrap-datepicker.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -891,17 +799,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-DZ.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -910,17 +816,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-DZ.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -929,17 +833,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ar-tn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -948,17 +850,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.az.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -967,17 +867,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -986,17 +884,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bm.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1005,17 +901,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1024,17 +918,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.br.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1043,17 +935,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.bs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1062,17 +952,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ca.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1081,17 +969,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1100,17 +986,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.cy.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1119,17 +1003,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.da.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1138,17 +1020,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.el.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1157,17 +1037,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.el.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-AU.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1176,17 +1054,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-AU.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-CA.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1195,17 +1071,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-CA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-GB.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1214,17 +1088,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-GB.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-IE.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1233,17 +1105,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-IE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-NZ.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1252,17 +1122,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-NZ.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-US.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1271,17 +1139,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-US.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.en-ZA.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1290,17 +1156,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.en-ZA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.eo.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1309,17 +1173,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eo.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.es.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1328,17 +1190,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.es.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.et.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1347,17 +1207,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.et.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.eu.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1366,17 +1224,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.eu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fa.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1385,17 +1241,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fa.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1404,17 +1258,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fo.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1423,17 +1275,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fo.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1442,17 +1292,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.fr-CH.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1461,17 +1309,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.fr-CH.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.gl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1480,17 +1326,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.gl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.he.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1499,17 +1343,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.he.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1518,17 +1360,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1537,17 +1377,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hu.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1556,17 +1394,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.hy.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1575,17 +1411,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.hy.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.id.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1594,17 +1428,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.id.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.is.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1613,17 +1445,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.is.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.it.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1632,17 +1462,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.it-CH.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1651,17 +1479,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.it-CH.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ja.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1670,17 +1496,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ja.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ka.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1689,17 +1513,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ka.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kh.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1708,17 +1530,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kh.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1727,17 +1547,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.km.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1746,17 +1564,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.km.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ko.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1765,17 +1581,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ko.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.kr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1784,17 +1598,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.kr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.lt.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1803,17 +1615,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.lv.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1822,17 +1632,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.lv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.me.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1841,17 +1649,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.me.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1860,17 +1666,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mn.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1879,17 +1683,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.mr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1898,17 +1700,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.mr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ms.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1917,17 +1717,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ms.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1936,17 +1734,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.nl-BE.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1955,17 +1751,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.nl-BE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.no.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1974,17 +1768,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.no.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.oc.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -1993,17 +1785,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.oc.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2012,17 +1802,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2031,17 +1819,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.pt-BR.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2050,17 +1836,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.pt-BR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ro.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2069,17 +1853,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ro.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2088,17 +1870,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.rs-latin.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2107,17 +1887,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.rs-latin.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ru.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2126,17 +1904,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ru.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.si.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2145,17 +1921,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.si.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2164,17 +1938,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2183,17 +1955,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sq.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2202,17 +1972,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sq.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2221,17 +1989,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sr-latin.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2240,17 +2006,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sr-latin.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sv.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2259,17 +2023,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.sw.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2278,17 +2040,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.sw.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.ta.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2297,17 +2057,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.ta.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tg.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2316,17 +2074,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.th.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2335,17 +2091,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.th.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2354,17 +2108,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.tr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2373,17 +2125,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.tr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2392,17 +2142,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-cyrl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2411,17 +2159,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-cyrl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.uz-latn.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2430,17 +2176,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.uz-latn.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.vi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2449,17 +2193,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.vi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-CN.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2468,17 +2210,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-CN.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker.zh-TW.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2487,17 +2227,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker.zh-TW.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2506,17 +2244,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-datepicker\\locales\\bootstrap-datepicker-en-CA.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-daterangepicker/daterangepicker.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2525,17 +2261,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/bootstrap-daterangepicker/daterangepicker.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2544,17 +2278,15 @@ "OriginalItemSpec": "wwwroot\\libs\\bootstrap-daterangepicker\\daterangepicker.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net/js/jquery.dataTables.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2563,17 +2295,15 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net\\js\\jquery.dataTables.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net-bs5/css/dataTables.bootstrap5.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2582,17 +2312,15 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net-bs5\\css\\dataTables.bootstrap5.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/datatables.net-bs5/js/dataTables.bootstrap5.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2601,17 +2329,15 @@ "OriginalItemSpec": "wwwroot\\libs\\datatables.net-bs5\\js\\dataTables.bootstrap5.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery\\jquery.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery/jquery.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2620,17 +2346,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery\\jquery.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-form\\jquery.form.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-form/jquery.form.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2639,17 +2363,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-form\\jquery.form.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\jquery.validate.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/jquery.validate.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2658,17 +2380,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\jquery.validate.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2677,17 +2397,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ar.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2696,17 +2414,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ar.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_az.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2715,17 +2431,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_az.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2734,17 +2448,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_az.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2753,17 +2465,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bg.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2772,17 +2482,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bg.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bn_BD.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2791,17 +2499,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_bn_BD.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2810,17 +2516,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_bn_BD.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2829,17 +2533,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ca.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2848,17 +2550,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ca.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_cs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2867,17 +2567,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_cs.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2886,17 +2584,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_cs.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_da.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2905,17 +2601,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_da.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2924,17 +2618,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_da.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2943,17 +2635,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_de.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2962,17 +2652,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_el.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -2981,17 +2669,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_el.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3000,17 +2686,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_el.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3019,17 +2703,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3038,17 +2720,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_AR.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3057,17 +2737,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_AR.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3076,17 +2754,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_AR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_PE.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3095,17 +2771,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_es_PE.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3114,17 +2788,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_es_PE.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_et.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3133,17 +2805,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_et.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3152,17 +2822,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_et.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_eu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3171,17 +2839,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_eu.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3190,17 +2856,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_eu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3209,17 +2873,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fa.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3228,17 +2890,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fa.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3247,17 +2907,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3266,17 +2924,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3285,17 +2941,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_fr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3304,17 +2958,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_fr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ge.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3323,17 +2975,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ge.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ge.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3342,17 +2992,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ge.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_gl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3361,17 +3009,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_gl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3380,17 +3026,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_gl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_he.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3399,17 +3043,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_he.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3418,17 +3060,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_he.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3437,17 +3077,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3456,17 +3094,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3475,17 +3111,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3494,17 +3128,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3513,17 +3145,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hu.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3532,17 +3162,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hu.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hy_AM.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3551,17 +3179,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_hy_AM.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3570,17 +3196,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_hy_AM.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_id.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3589,17 +3213,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_id.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3608,17 +3230,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_id.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_is.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3627,17 +3247,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_is.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3646,17 +3264,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_is.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3665,17 +3281,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_it.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3684,17 +3298,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ja.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3703,17 +3315,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ja.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3722,17 +3332,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ja.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ka.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3741,17 +3349,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ka.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3760,17 +3366,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ka.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_kk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3779,17 +3383,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_kk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_kk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3798,17 +3400,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_kk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ko.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3817,17 +3417,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ko.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3836,17 +3434,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ko.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3855,17 +3451,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lt.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3874,17 +3468,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3893,17 +3485,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_lv.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3912,17 +3502,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_lv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_mk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3931,17 +3519,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_mk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3950,17 +3536,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_mk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_my.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3969,17 +3553,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_my.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -3988,17 +3570,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_my.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4007,17 +3587,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_nl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4026,17 +3604,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_no.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4045,17 +3621,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_no.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_no.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4064,17 +3638,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_no.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4083,17 +3655,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4102,17 +3672,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_BR.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4121,17 +3689,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_BR.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4140,17 +3706,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_BR.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_PT.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4159,17 +3723,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_pt_PT.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4178,17 +3740,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_pt_PT.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ro.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4197,17 +3757,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ro.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4216,17 +3774,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ro.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ru.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4235,17 +3791,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ru.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4254,17 +3808,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ru.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4273,17 +3825,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sd.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4292,17 +3842,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sd.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_si.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4311,17 +3859,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_si.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4330,17 +3876,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_si.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4349,17 +3893,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4368,17 +3910,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4387,17 +3927,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4406,17 +3944,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4425,17 +3961,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4444,17 +3978,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr_lat.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4463,17 +3995,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sr_lat.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4482,17 +4012,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sr_lat.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4501,17 +4029,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_sv.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4520,17 +4046,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_sv.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_th.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4539,17 +4063,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_th.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4558,17 +4080,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_th.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tj.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4577,17 +4097,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tj.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tj.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4596,17 +4114,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tj.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4615,17 +4131,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_tr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4634,17 +4148,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_tr.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_uk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4653,17 +4165,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_uk.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4672,17 +4182,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_uk.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ur.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4691,17 +4199,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_ur.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4710,17 +4216,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_ur.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_vi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4729,17 +4233,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_vi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4748,17 +4250,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_vi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4767,17 +4267,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4786,17 +4284,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh_TW.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4805,17 +4301,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/messages_zh_TW.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4824,17 +4318,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\messages_zh_TW.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4843,17 +4335,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_de.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4862,17 +4352,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_de.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_es_CL.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4881,17 +4369,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_es_CL.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4900,17 +4386,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_es_CL.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4919,17 +4403,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_fi.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4938,17 +4420,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_fi.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4957,17 +4437,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_it.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4976,17 +4454,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_it.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -4995,17 +4471,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_nl.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5014,17 +4488,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_nl.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_pt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5033,17 +4505,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation/localization/methods_pt.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5052,17 +4522,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation\\localization\\methods_pt.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5071,17 +4539,15 @@ "OriginalItemSpec": "wwwroot\\libs\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\lodash\\lodash.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/lodash/lodash.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5090,17 +4556,15 @@ "OriginalItemSpec": "wwwroot\\libs\\lodash\\lodash.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5109,17 +4573,15 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5128,17 +4590,15 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5147,17 +4607,15 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\luxon\\luxon.min.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/luxon/luxon.min.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5166,17 +4624,15 @@ "OriginalItemSpec": "wwwroot\\libs\\luxon\\luxon.min.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5185,17 +4641,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.concat.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5204,17 +4658,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5223,17 +4675,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\jquery.mCustomScrollbar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5242,17 +4692,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\mCSB_buttons.png" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/package.json", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5261,17 +4709,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\package.json" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/malihu-custom-scrollbar-plugin/readme.md", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5280,17 +4726,15 @@ "OriginalItemSpec": "wwwroot\\libs\\malihu-custom-scrollbar-plugin\\readme.md" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/af.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5299,17 +4743,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5318,17 +4760,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-dz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-dz.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5337,17 +4777,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-dz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-kw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-kw.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5356,17 +4794,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-kw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ly.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-ly.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5375,17 +4811,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-ly.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-ma.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-ma.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5394,17 +4828,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-ma.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-sa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-sa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5413,17 +4845,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-sa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ar-tn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ar-tn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5432,17 +4862,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ar-tn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/az.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5451,17 +4879,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/be.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5470,17 +4896,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5489,17 +4913,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bm.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bm.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5508,17 +4930,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bm.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5527,17 +4947,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bn-bd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bn-bd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5546,17 +4964,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bn-bd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5565,17 +4981,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/br.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5584,17 +4998,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/bs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5603,17 +5015,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5622,17 +5032,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5641,17 +5049,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5660,17 +5066,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\cy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/cy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5679,17 +5083,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\cy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/da.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5698,17 +5100,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5717,17 +5117,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-at.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de-at.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5736,17 +5134,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de-at.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\de-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/de-ch.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5755,17 +5151,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\de-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\dv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/dv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5774,17 +5168,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\dv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/el.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5793,17 +5185,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-au.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-au.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5812,17 +5202,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-au.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5831,17 +5219,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-gb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-gb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5850,17 +5236,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-gb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-ie.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-ie.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5869,17 +5253,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-ie.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-il.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-il.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5888,17 +5270,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-il.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-in.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-in.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5907,17 +5287,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-in.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-nz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-nz.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5926,17 +5304,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-nz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\en-sg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/en-sg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5945,17 +5321,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\en-sg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/eo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5964,17 +5338,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\eo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -5983,17 +5355,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-do.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-do.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6002,17 +5372,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-do.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-mx.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-mx.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6021,17 +5389,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-mx.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\es-us.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/es-us.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6040,17 +5406,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\es-us.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/et.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6059,17 +5423,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/eu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6078,17 +5440,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6097,17 +5457,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6116,17 +5474,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fil.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fil.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6135,17 +5491,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fil.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6154,17 +5508,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6173,17 +5525,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr-ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6192,17 +5542,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr-ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fr-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fr-ch.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6211,17 +5559,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fr-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\fy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/fy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6230,17 +5576,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\fy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ga.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ga.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6249,17 +5593,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ga.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6268,17 +5610,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6287,17 +5627,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-deva.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gom-deva.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6306,17 +5644,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gom-deva.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gom-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gom-latn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6325,17 +5661,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gom-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\gu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/gu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6344,17 +5678,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\gu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/he.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6363,17 +5695,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6382,17 +5712,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6401,17 +5729,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6420,17 +5746,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\hy-am.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/hy-am.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6439,17 +5763,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\hy-am.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/id.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6458,17 +5780,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/is.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6477,17 +5797,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6496,17 +5814,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\it-ch.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/it-ch.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6515,17 +5831,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\it-ch.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ja.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6534,17 +5848,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\jv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/jv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6553,17 +5865,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\jv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ka.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6572,17 +5882,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/kk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6591,17 +5899,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\kk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\km.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/km.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6610,17 +5916,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\km.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\kn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/kn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6629,17 +5933,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\kn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ko.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6648,17 +5950,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ku.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ku.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6667,17 +5967,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ku.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ky.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ky.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6686,17 +5984,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ky.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6705,17 +6001,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6724,17 +6018,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6743,17 +6035,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/lv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6762,17 +6052,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\me.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/me.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6781,17 +6069,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\me.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6800,17 +6086,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6819,17 +6103,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ml.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ml.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6838,17 +6120,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ml.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6857,17 +6137,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6876,17 +6154,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ms.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6895,17 +6171,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ms.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ms-my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ms-my.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6914,17 +6188,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ms-my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\mt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/mt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6933,17 +6205,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\mt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\my.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/my.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6952,17 +6222,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\my.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6971,17 +6239,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ne.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ne.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -6990,17 +6256,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ne.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7009,17 +6273,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nl-be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nl-be.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7028,17 +6290,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nl-be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\nn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/nn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7047,17 +6307,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\nn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\oc-lnc.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/oc-lnc.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7066,17 +6324,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\oc-lnc.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pa-in.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pa-in.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7085,17 +6341,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pa-in.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7104,17 +6358,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7123,17 +6375,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\pt-br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/pt-br.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7142,17 +6392,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\pt-br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ro.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7161,17 +6409,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ru.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7180,17 +6426,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sd.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sd.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7199,17 +6443,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sd.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\se.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/se.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7218,17 +6460,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\se.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/si.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7237,17 +6477,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7256,17 +6494,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7275,17 +6511,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sq.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7294,17 +6528,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7313,17 +6545,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sr-cyrl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sr-cyrl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7332,17 +6562,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sr-cyrl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ss.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ss.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7351,17 +6579,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ss.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7370,17 +6596,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\sw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/sw.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7389,17 +6613,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\sw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ta.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ta.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7408,17 +6630,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ta.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\te.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/te.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7427,17 +6647,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\te.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tet.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tet.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7446,17 +6664,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tet.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7465,17 +6681,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/th.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7484,17 +6698,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7503,17 +6715,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tlh.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tlh.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7522,17 +6732,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tlh.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tl-ph.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tl-ph.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7541,17 +6749,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tl-ph.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7560,17 +6766,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7579,17 +6783,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzm.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7598,17 +6800,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzm.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\tzm-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/tzm-latn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7617,17 +6817,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\tzm-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ug-cn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ug-cn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7636,17 +6834,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ug-cn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7655,17 +6851,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/ur.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7674,17 +6868,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uz.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7693,17 +6885,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\uz-latn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/uz-latn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7712,17 +6902,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\uz-latn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/vi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7731,17 +6919,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\x-pseudo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/x-pseudo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7750,17 +6936,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\x-pseudo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\yo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/yo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7769,17 +6953,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\yo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-cn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-cn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7788,17 +6970,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-cn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-hk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-hk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7807,17 +6987,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-hk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-mo.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-mo.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7826,17 +7004,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-mo.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\locale\\zh-tw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/locale/zh-tw.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7845,17 +7021,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\locale\\zh-tw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\moment\\moment.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/moment/moment.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7864,17 +7038,15 @@ "OriginalItemSpec": "wwwroot\\libs\\moment\\moment.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\css\\select2.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/css/select2.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7883,17 +7055,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\css\\select2.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/af.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7902,17 +7072,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7921,17 +7089,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/az.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7940,17 +7106,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7959,17 +7123,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bn.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bn.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7978,17 +7140,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bn.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/bs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -7997,17 +7157,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8016,17 +7174,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/cs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8035,17 +7191,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/da.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8054,17 +7208,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8073,17 +7225,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\dsb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/dsb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8092,17 +7242,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\dsb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/el.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8111,17 +7259,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\en.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/en.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8130,17 +7276,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\en.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/es.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8149,17 +7293,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/et.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8168,17 +7310,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/eu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8187,17 +7327,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8206,17 +7344,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8225,17 +7361,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/fr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8244,17 +7378,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/gl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8263,17 +7395,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/he.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8282,17 +7412,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8301,17 +7429,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8320,17 +7446,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hsb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hsb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8339,17 +7463,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hsb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8358,17 +7480,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\hy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/hy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8377,17 +7497,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\hy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/id.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8396,17 +7514,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/is.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8415,17 +7531,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8434,17 +7548,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ja.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8453,17 +7565,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ka.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ka.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8472,17 +7582,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ka.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\km.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/km.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8491,17 +7599,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\km.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ko.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8510,17 +7616,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/lt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8529,17 +7633,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/lv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8548,17 +7650,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/mk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8567,17 +7667,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ms.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ms.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8586,17 +7684,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ms.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nb.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/nb.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8605,17 +7701,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\nb.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ne.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ne.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8624,17 +7718,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ne.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8643,17 +7735,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8662,17 +7752,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ps.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ps.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8681,17 +7769,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ps.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8700,17 +7786,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/pt-BR.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8719,17 +7803,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\pt-BR.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ro.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8738,17 +7820,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/ru.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8757,17 +7837,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8776,17 +7854,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8795,17 +7871,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sq.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8814,17 +7888,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8833,17 +7905,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sr-Cyrl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8852,17 +7922,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sr-Cyrl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/sv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8871,17 +7939,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/th.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8890,17 +7956,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/tk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8909,17 +7973,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\tk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/tr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8928,17 +7990,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/uk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8947,17 +8007,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/vi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8966,17 +8024,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/zh-CN.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -8985,17 +8041,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\zh-CN.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/i18n/zh-TW.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9004,17 +8058,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\i18n\\zh-TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.full.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/select2.full.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9023,17 +8075,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\select2.full.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\select2\\js\\select2.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/select2/js/select2.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9042,17 +8092,15 @@ "OriginalItemSpec": "wwwroot\\libs\\select2\\js\\select2.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.all.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9061,17 +8109,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.all.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.all.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9080,17 +8126,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.all.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9099,17 +8143,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9118,17 +8160,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9137,17 +8177,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\sweetalert2\\sweetalert2.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/sweetalert2/sweetalert2.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9156,17 +8194,15 @@ "OriginalItemSpec": "wwwroot\\libs\\sweetalert2\\sweetalert2.min.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\jquery.timeago.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/jquery.timeago.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9175,17 +8211,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\jquery.timeago.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.af.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9194,17 +8228,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.af.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.am.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9213,17 +8245,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.am.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ar.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9232,17 +8262,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ar.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.az.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9251,17 +8279,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.az.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.az-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9270,17 +8296,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.az-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.be.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9289,17 +8313,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.be.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.bg.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9308,17 +8330,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.bg.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.bs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9327,17 +8347,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.bs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ca.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9346,17 +8364,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ca.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.cs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9365,17 +8381,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.cs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.cy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9384,17 +8398,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.cy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.da.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9403,17 +8415,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.da.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.de.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9422,17 +8432,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.de.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.de-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9441,17 +8449,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.de-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.dv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9460,17 +8466,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.dv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.el.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9479,17 +8483,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.el.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.en.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9498,17 +8500,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.en.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.en-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9517,17 +8517,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.en-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.es.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9536,17 +8534,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.es.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.es-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9555,17 +8551,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.es-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.et.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9574,17 +8568,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.et.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.eu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9593,17 +8585,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.eu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fa.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9612,17 +8602,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fa-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9631,17 +8619,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fa-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9650,17 +8636,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9669,17 +8653,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.fr-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9688,17 +8670,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.fr-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.gl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9707,17 +8687,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.gl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.he.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9726,17 +8704,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.he.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9745,17 +8721,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hu.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9764,17 +8738,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hu.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.hy.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9783,17 +8755,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.hy.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.id.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9802,17 +8772,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.id.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.is.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9821,17 +8789,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.is.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.it.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9840,17 +8806,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.it.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.it-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9859,17 +8823,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.it-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ja.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9878,17 +8840,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ja.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.jv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9897,17 +8857,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.jv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ko.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9916,17 +8874,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ko.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ky.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9935,17 +8891,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ky.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.lt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9954,17 +8908,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.lt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.lv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9973,17 +8925,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.lv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.mk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -9992,17 +8942,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.mk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.nl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10011,17 +8959,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.nl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.no.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10030,17 +8976,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.no.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10049,17 +8993,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10068,17 +9010,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-br.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10087,17 +9027,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-br-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10106,17 +9044,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-br-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.pt-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10125,17 +9061,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.pt-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ro.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10144,17 +9078,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ro.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.rs.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10163,17 +9095,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.rs.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ru.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10182,17 +9112,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ru.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.rw.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10201,17 +9129,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.rw.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.si.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10220,17 +9146,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.si.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10239,17 +9163,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sl.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10258,17 +9180,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sl.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sq.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10277,17 +9197,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sq.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10296,17 +9214,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.sv.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10315,17 +9231,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.sv.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.th.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10334,17 +9248,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.th.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.tr.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10353,17 +9265,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.tr-short.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10372,17 +9282,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.tr-short.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.uk.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10391,17 +9299,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.uk.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.ur.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10410,17 +9316,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.ur.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.uz.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10429,17 +9333,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.uz.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.vi.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10448,17 +9350,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.vi.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.zh-CN.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10467,17 +9367,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-CN.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/jquery.timeago.zh-TW.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10486,17 +9384,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\jquery.timeago.zh-TW.js" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\timeago\\locales\\README.md", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/timeago/locales/README.md", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10505,17 +9401,15 @@ "OriginalItemSpec": "wwwroot\\libs\\timeago\\locales\\README.md" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10524,17 +9418,15 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.js.map", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.js.map", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10543,17 +9435,15 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.js.map" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.css", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.min.css", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", @@ -10562,17 +9452,15 @@ "OriginalItemSpec": "wwwroot\\libs\\toastr\\toastr.min.css" }, { - "Identity": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", + "Identity": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\libs\\toastr\\toastr.min.js", "SourceId": "WinIn.FasterZ.AgGridReport.Web", "SourceType": "Discovered", - "ContentRoot": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", + "ContentRoot": "E:\\Code\\AiChi\\WMS_AIC\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\wwwroot\\", "BasePath": "_content/WinIn.FasterZ.AgGridReport.Web", "RelativePath": "libs/toastr/toastr.min.js", "AssetKind": "All", "AssetMode": "All", "AssetRole": "Primary", - "AssetMergeBehavior": "PreferTarget", - "AssetMergeSource": "", "RelatedAsset": "", "AssetTraitName": "", "AssetTraitValue": "", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/WinIn.FasterZ.AgGridReport.Web.csproj.nuget.dgspec.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/WinIn.FasterZ.AgGridReport.Web.csproj.nuget.dgspec.json index 3341dcb4b..6c299ef0e 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/WinIn.FasterZ.AgGridReport.Web.csproj.nuget.dgspec.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/WinIn.FasterZ.AgGridReport.Web.csproj.nuget.dgspec.json @@ -1,23 +1,23 @@ { "format": 1, "restore": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj": {} + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj": {} }, "projects": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Application.Contracts", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -34,8 +34,8 @@ "netstandard2.0": { "targetAlias": "netstandard2.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } @@ -100,20 +100,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Application", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -130,14 +130,14 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" } } } @@ -201,20 +201,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain.Shared", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -301,20 +301,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Domain", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -331,8 +331,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain.Shared\\WinIn.FasterZ.AgGridReport.Domain.Shared.csproj" } } } @@ -408,20 +408,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "projectName": "WinIn.FasterZ.AgGridReport.EntityFrameworkCore", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -438,8 +438,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Domain\\WinIn.FasterZ.AgGridReport.Domain.csproj" } } } @@ -517,20 +517,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj", "projectName": "WinIn.FasterZ.AgGridReport.HttpApi", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -547,8 +547,8 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application.Contracts\\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" } } } @@ -608,20 +608,20 @@ } } }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj": { + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Web", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -638,14 +638,14 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/project.assets.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/project.assets.json index 69fb12aa4..c7a95621a 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/project.assets.json +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/project.assets.json @@ -12389,17 +12389,17 @@ "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", "projectName": "WinIn.FasterZ.AgGridReport.Web", - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", - "outputPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\obj\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\obj\\", "projectStyle": "PackageReference", "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\NuGet.Config", + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\NuGet.Config", "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" @@ -12416,14 +12416,14 @@ "net7.0": { "targetAlias": "net7.0", "projectReferences": { - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Application\\WinIn.FasterZ.AgGridReport.Application.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" }, - "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj": { - "projectPath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj" + "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj": { + "projectPath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.HttpApi\\WinIn.FasterZ.AgGridReport.HttpApi.csproj" } } } diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/project.nuget.cache b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/project.nuget.cache index 7d4f4005d..83a250bb8 100644 --- a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/project.nuget.cache +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/obj/project.nuget.cache @@ -1,8 +1,8 @@ { "version": 2, - "dgSpecHash": "54TNbNZEjozKU40KWQtVHKKWKyZ979i71B0ZoHcAylRvr2WY++YPq0haEdFZnfq4lwpiW6tWs2g95BMMqlibAA==", + "dgSpecHash": "sOlbBpCtQZPZDyZ4WuHNB6+UhGSl1G0LPWhsZUckTjbKxg0ipeCedgPYlVqZn5hfxzN0CmOKNhoy3HoCyRHMpw==", "success": true, - "projectFilePath": "E:\\Code\\WZC2\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", + "projectFilePath": "C:\\Users\\Administrator\\Desktop\\WinIn.FasterZ.AgGridReport\\src\\WinIn.FasterZ.AgGridReport.Web\\WinIn.FasterZ.AgGridReport.Web.csproj", "expectedPackageFiles": [ "C:\\Users\\Administrator\\.nuget\\packages\\asynckeyedlock\\6.2.1\\asynckeyedlock.6.2.1.nupkg.sha512", "C:\\Users\\Administrator\\.nuget\\packages\\autofac\\7.0.0\\autofac.7.0.0.nupkg.sha512", diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/package-lock.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/package-lock.json new file mode 100644 index 000000000..bc2bb926a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/package-lock.json @@ -0,0 +1,7565 @@ +{ + "name": "my-app", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "my-app", + "version": "1.0.0", + "dependencies": { + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~2.2.0-rc.1" + } + }, + "node_modules/@abp/aspnetcore.mvc.ui": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.2.3.tgz", + "integrity": "sha512-KJCw6OxjQBgNw4QoSoDQOe32bFF9NvHdD09zMVsoCB/GgN66dcbZnk+ldidHcwjLFDPXOuHJMx+TKmno3VgUaQ==", + "dependencies": { + "ansi-colors": "^4.1.1", + "extend-object": "^1.0.0", + "glob": "^7.1.6", + "gulp": "^4.0.2", + "merge-stream": "^2.0.0", + "micromatch": "^4.0.2" + } + }, + "node_modules/@abp/aspnetcore.mvc.ui.theme.leptonxlite": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@abp/aspnetcore.mvc.ui.theme.leptonxlite/-/aspnetcore.mvc.ui.theme.leptonxlite-2.2.2.tgz", + "integrity": "sha512-eBJrWAYejLVUTjRH6o3jj6SVWVVy3yOAPdMd+9eTXjHJnr97epbOj+8f7cGqqccIM/Hwtk+xNLlBfLGZHdFXLg==", + "dependencies": { + "@abp/aspnetcore.mvc.ui.theme.shared": "~7.2.1" + } + }, + "node_modules/@abp/aspnetcore.mvc.ui.theme.shared": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.2.3.tgz", + "integrity": "sha512-+G2mM/BJWqgGqZFg6GP28PaCtq+YlRmRfg7r0JQ1wkAN9pc11yKm0LRQjFnkcVBzg0A+N2hZqnFbW7wQhwXOHg==", + "dependencies": { + "@abp/aspnetcore.mvc.ui": "~7.2.3", + "@abp/bootstrap": "~7.2.3", + "@abp/bootstrap-datepicker": "~7.2.3", + "@abp/bootstrap-daterangepicker": "~7.2.3", + "@abp/datatables.net-bs5": "~7.2.3", + "@abp/font-awesome": "~7.2.3", + "@abp/jquery-form": "~7.2.3", + "@abp/jquery-validation-unobtrusive": "~7.2.3", + "@abp/lodash": "~7.2.3", + "@abp/luxon": "~7.2.3", + "@abp/malihu-custom-scrollbar-plugin": "~7.2.3", + "@abp/moment": "~7.2.3", + "@abp/select2": "~7.2.3", + "@abp/sweetalert2": "~7.2.3", + "@abp/timeago": "~7.2.3", + "@abp/toastr": "~7.2.3" + } + }, + "node_modules/@abp/bootstrap": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/bootstrap/-/bootstrap-7.2.3.tgz", + "integrity": "sha512-Z00q1sAwo9PvFSpfFlbbUHPMyghLOzuEuAzz/8nA6tK7WR0KQBS/0zGC0nK9hNwbyZ4FqKwPSznRVwuwrnqyhQ==", + "dependencies": { + "@abp/core": "~7.2.3", + "bootstrap": "^5.1.3" + } + }, + "node_modules/@abp/bootstrap-datepicker": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.2.3.tgz", + "integrity": "sha512-wiKVXftVrXcjwz0FpshD6P4WW3CNk/4cLH15aaqRjM+J0BigDeH9CczlpVc7jXdn+c8plHIRz0t5tqlUud7dIQ==", + "dependencies": { + "bootstrap-datepicker": "^1.9.0" + } + }, + "node_modules/@abp/bootstrap-daterangepicker": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.2.3.tgz", + "integrity": "sha512-ChdnXMzHvg+HwrUtw2z6KuqRTqHVOq8qEBai+IPW6PykJSML+tZKzer3jzDIzyHq68OIqom3n3xL0XpcniKMew==", + "dependencies": { + "bootstrap-daterangepicker": "^3.1.0" + } + }, + "node_modules/@abp/core": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/core/-/core-7.2.3.tgz", + "integrity": "sha512-UyKBWwXbKCzKZwV2YJPgP3v2naDFsfJzV+KEHpdgLdPZyrpBhp+bQ80VNVe2HHrD/bLfhM4fu9pCXw6RYZKnvA==", + "dependencies": { + "@abp/utils": "~7.2.3" + } + }, + "node_modules/@abp/datatables.net": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/datatables.net/-/datatables.net-7.2.3.tgz", + "integrity": "sha512-g+LmRMg4Sk34iU/MN4RpgC/yd8NVEjhVWg/kT+nuWunsnwLHkcfK59KPGXn9ZLktL4VqQYj2WeXbDv8TEbOObg==", + "dependencies": { + "@abp/jquery": "~7.2.3", + "datatables.net": "^1.11.4" + } + }, + "node_modules/@abp/datatables.net-bs5": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/datatables.net-bs5/-/datatables.net-bs5-7.2.3.tgz", + "integrity": "sha512-TmXTkIX+Vb1O/fER5JeRlWIOZLoSXG4QD3F0ZbebrjgS9k7oSu9igR/VhXBs1m1lvOqcNKv7Y4LTNRAMw+Mi0A==", + "dependencies": { + "@abp/datatables.net": "~7.2.3", + "datatables.net-bs5": "^1.11.4" + } + }, + "node_modules/@abp/font-awesome": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/font-awesome/-/font-awesome-7.2.3.tgz", + "integrity": "sha512-+4QRhfU08t1MYkmzTPX0B+p+SZQtOqtlDafzeDm5X6fbOlxV1hi97eRWtLtLgLjodjJWztpECWcsTUTgDhExwQ==", + "dependencies": { + "@abp/core": "~7.2.3", + "@fortawesome/fontawesome-free": "^5.15.4" + } + }, + "node_modules/@abp/jquery": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/jquery/-/jquery-7.2.3.tgz", + "integrity": "sha512-r/p3D2QlV57YvrGJsLfTuIJGwLSSi5AVFtkmgKyfpyXYOCNb+TVF9sEZOZnoZebX6cT0JRvtUfZ0dk6ZBebAzg==", + "dependencies": { + "@abp/core": "~7.2.3", + "jquery": "~3.6.0" + } + }, + "node_modules/@abp/jquery-form": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/jquery-form/-/jquery-form-7.2.3.tgz", + "integrity": "sha512-ucdGIZ0sxefakGRei9BJvDuoN16fKsYfpOT70/udw3k7uC3gFJD0AvAlEOEZPsFZhpNoqUKexNMym4lZovqBkg==", + "dependencies": { + "@abp/jquery": "~7.2.3", + "jquery-form": "^4.3.0" + } + }, + "node_modules/@abp/jquery-validation": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/jquery-validation/-/jquery-validation-7.2.3.tgz", + "integrity": "sha512-drpE5mXErHQPk/4KChsj3zwNCA4GqNlYquTtHNv9/t5S/NuGqFAkchPV6mRYaiQypcxCndZQNSUEqnWxbuMY0g==", + "dependencies": { + "@abp/jquery": "~7.2.3", + "jquery-validation": "^1.19.3" + } + }, + "node_modules/@abp/jquery-validation-unobtrusive": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.2.3.tgz", + "integrity": "sha512-Hcf1sqAFRIAYKqvN1pZGed+lazzY1nztvcmQlOOgUquiXRS3QjI3dIvxWw5nekJwUPqMpSfuC1GErQo0KpE1fw==", + "dependencies": { + "@abp/jquery-validation": "~7.2.3", + "jquery-validation-unobtrusive": "^3.2.12" + } + }, + "node_modules/@abp/lodash": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/lodash/-/lodash-7.2.3.tgz", + "integrity": "sha512-5KuXPPpa2mkTlUYPR83bUTJUSSGoq9/kFSf9fYC0Wk2mFFeG4mRK6mXwcyHTfYshQe2qxuncxZsJ+4j5uQN9PA==", + "dependencies": { + "@abp/core": "~7.2.3", + "lodash": "^4.17.21" + } + }, + "node_modules/@abp/luxon": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/luxon/-/luxon-7.2.3.tgz", + "integrity": "sha512-Y3IT1GbyuNSAzfpGnc5uzjz3Z/nDRUpYiZhoX0XeoQlJ+GyVT/+dytsZbuQBLgEWmQJhk9zxdcITXFT5vrWDcw==", + "dependencies": { + "@abp/core": "~7.2.3", + "luxon": "^2.3.0" + } + }, + "node_modules/@abp/malihu-custom-scrollbar-plugin": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.2.3.tgz", + "integrity": "sha512-wq9eBrw/bY3wb50v5zuL0qOcVLOT86XN2ZJQj69O/bi2+0WNdLRCqMHhY0kaafb7UIBAlKChKA/xeICwCZxn+w==", + "dependencies": { + "@abp/core": "~7.2.3", + "malihu-custom-scrollbar-plugin": "^3.1.5" + } + }, + "node_modules/@abp/moment": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/moment/-/moment-7.2.3.tgz", + "integrity": "sha512-pXsOzSom9RZHRGWuVaLIVzSkPayIcWMMmgSyo8T3gtZzZG/QJbpBWT+pug0X8pmV8So4d9E0LjacmODBKLM30A==", + "dependencies": { + "moment": "^2.9.0" + } + }, + "node_modules/@abp/select2": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/select2/-/select2-7.2.3.tgz", + "integrity": "sha512-Cdzl467UftB421W+l8uikGr2NlOsHwxKDxt5yPrF03LEec1MBys5y7UPUV1TEO6l0xwAVi4mW8dXaawyIOSjUA==", + "dependencies": { + "@abp/core": "~7.2.3", + "select2": "^4.0.13" + } + }, + "node_modules/@abp/sweetalert2": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/sweetalert2/-/sweetalert2-7.2.3.tgz", + "integrity": "sha512-KHZD1YRMN6Z4JxPfXuEwocubooux8nKq6sPNG6RKg+rWpp23Fp8nX/ZngJNywVXSRqzrdEvUAM+92JG7zMwKXw==", + "dependencies": { + "@abp/core": "~7.2.3", + "sweetalert2": "^11.3.6" + } + }, + "node_modules/@abp/timeago": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/timeago/-/timeago-7.2.3.tgz", + "integrity": "sha512-7eiibNXJWBGpQnitd/i8aWUNHOkcsuq8fAwBLJWvG8Whhh1nmBEjng0pGhheMqo0xoydefWi1K2uZDg99tKPeQ==", + "dependencies": { + "@abp/jquery": "~7.2.3", + "timeago": "^1.6.7" + } + }, + "node_modules/@abp/toastr": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/toastr/-/toastr-7.2.3.tgz", + "integrity": "sha512-2zNMQE6ArRULP6xl+M66/EY83ZrXfNY+sNHUkmZH4uqfGhqR/ijKIQm1quxCLDmUcAjRr1kzu8BCc98pc9tfFw==", + "dependencies": { + "@abp/jquery": "~7.2.3", + "toastr": "^2.1.4" + } + }, + "node_modules/@abp/utils": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/utils/-/utils-7.2.3.tgz", + "integrity": "sha512-hejxDJhSI9Kor4mS9c/JHHQrW/wLXC/XMOJMUcBVkX/5IQd9GU9EW63oalNQyVA3gz3h5obnb0Qcfdv65wc5Pg==", + "dependencies": { + "just-compare": "^1.3.0" + } + }, + "node_modules/@fortawesome/fontawesome-free": { + "version": "5.15.4", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz", + "integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==", + "hasInstallScript": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, + "node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-gray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz", + "integrity": "sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==", + "dependencies": { + "ansi-wrap": "0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ansi-wrap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", + "integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dependencies": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "node_modules/anymatch/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/anymatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/anymatch/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/anymatch/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/anymatch/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/anymatch/node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/anymatch/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/anymatch/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "dependencies": { + "remove-trailing-separator": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/append-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", + "integrity": "sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==", + "dependencies": { + "buffer-equal": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==" + }, + "node_modules/arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-filter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz", + "integrity": "sha512-A2BETWCqhsecSvCkWAeVBFLH6sXEUGASuzkpjL3GR1SlL/PWL6M3J8EAAld2Uubmh39tvkJTqC9LeLHCUKmFXA==", + "dependencies": { + "make-iterator": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz", + "integrity": "sha512-tVqVTHt+Q5Xb09qRkbu+DidW1yYzz5izWS2Xm2yFm7qJnmUfz4HPzNxbHkdRJbz2lrqI7S+z17xNYdFcBBO8Hw==", + "dependencies": { + "make-iterator": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", + "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-initial": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz", + "integrity": "sha512-BC4Yl89vneCYfpLrs5JU2aAu9/a+xWbeKhvISg9PT7eWFB9UlRvI+rKEtk6mgxWr3dSkk9gQ8hCrdqt06NXPdw==", + "dependencies": { + "array-slice": "^1.0.0", + "is-number": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-initial/node_modules/is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-last": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz", + "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==", + "dependencies": { + "is-number": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-last/node_modules/is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-slice": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", + "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-sort": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz", + "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==", + "dependencies": { + "default-compare": "^1.0.0", + "get-value": "^2.0.6", + "kind-of": "^5.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/async-done": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz", + "integrity": "sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.2", + "process-nextick-args": "^2.0.0", + "stream-exhaust": "^1.0.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/async-each": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz", + "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ] + }, + "node_modules/async-settle": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz", + "integrity": "sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw==", + "dependencies": { + "async-done": "^1.2.2" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "bin": { + "atob": "bin/atob.js" + }, + "engines": { + "node": ">= 4.5.0" + } + }, + "node_modules/bach": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz", + "integrity": "sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg==", + "dependencies": { + "arr-filter": "^1.1.1", + "arr-flatten": "^1.0.1", + "arr-map": "^2.0.0", + "array-each": "^1.0.0", + "array-initial": "^1.0.0", + "array-last": "^1.1.1", + "async-done": "^1.2.2", + "async-settle": "^1.0.0", + "now-and-later": "^2.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "node_modules/base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "dependencies": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "optional": true, + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, + "node_modules/bootstrap": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", + "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "peerDependencies": { + "@popperjs/core": "^2.11.8" + } + }, + "node_modules/bootstrap-datepicker": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/bootstrap-datepicker/-/bootstrap-datepicker-1.10.0.tgz", + "integrity": "sha512-lWxtSYddAQOpbAO8UhYhHLcK6425eWoSjb5JDvZU3ePHEPF6A3eUr51WKaFy4PccU19JRxUG6wEU3KdhtKfvpg==", + "dependencies": { + "jquery": ">=3.4.0 <4.0.0" + } + }, + "node_modules/bootstrap-daterangepicker": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bootstrap-daterangepicker/-/bootstrap-daterangepicker-3.1.0.tgz", + "integrity": "sha512-oaQZx6ZBDo/dZNyXGVi2rx5GmFXThyQLAxdtIqjtLlYVaQUfQALl5JZMJJZzyDIX7blfy4ppZPAJ10g8Ma4d/g==", + "dependencies": { + "jquery": ">=1.10", + "moment": "^2.9.0" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dependencies": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/buffer-equal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.1.tgz", + "integrity": "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==", + "engines": { + "node": ">=0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dependencies": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/call-bind": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", + "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", + "dependencies": { + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", + "dependencies": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + }, + "optionalDependencies": { + "fsevents": "^1.2.7" + } + }, + "node_modules/class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dependencies": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cliui": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", + "integrity": "sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==", + "dependencies": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" + } + }, + "node_modules/clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", + "integrity": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==" + }, + "node_modules/cloneable-readable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz", + "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==", + "dependencies": { + "inherits": "^2.0.1", + "process-nextick-args": "^2.0.0", + "readable-stream": "^2.3.5" + } + }, + "node_modules/code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/collection-map": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz", + "integrity": "sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==", + "dependencies": { + "arr-map": "^2.0.2", + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", + "dependencies": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "bin": { + "color-support": "bin.js" + } + }, + "node_modules/component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "node_modules/concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "engines": [ + "node >= 0.8" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + }, + "node_modules/copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/copy-props": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz", + "integrity": "sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==", + "dependencies": { + "each-props": "^1.3.2", + "is-plain-object": "^5.0.0" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "dependencies": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, + "node_modules/datatables.net": { + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.13.6.tgz", + "integrity": "sha512-rHNcnW+yEP9me82/KmRcid5eKrqPqW3+I/p1TwqCW3c/7GRYYkDyF6aJQOQ9DNS/pw+nyr4BVpjyJ3yoZXiFPg==", + "dependencies": { + "jquery": ">=1.7" + } + }, + "node_modules/datatables.net-bs5": { + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/datatables.net-bs5/-/datatables.net-bs5-1.13.6.tgz", + "integrity": "sha512-lXroZoXhLhDulp8gvU7y7wBherg38SbLMGXcHwbnj+XXh4Hvy+d67zSPYbrVI3YiRwYq+aCx15G5qmMj7KjYQg==", + "dependencies": { + "datatables.net": ">=1.13.4", + "jquery": ">=1.7" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/decode-uri-component": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/default-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz", + "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==", + "dependencies": { + "kind-of": "^5.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/default-resolution": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz", + "integrity": "sha512-2xaP6GiwVwOEbXCGoJ4ufgC76m8cj805jrghScewJC2ZDsb9U0b4BIrba+xt/Uytyd0HvQ6+WymSRTfnYj59GQ==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/define-data-property": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", + "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", + "dependencies": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dependencies": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dependencies": { + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "dependencies": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + } + }, + "node_modules/each-props": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz", + "integrity": "sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==", + "dependencies": { + "is-plain-object": "^2.0.1", + "object.defaults": "^1.1.0" + } + }, + "node_modules/each-props/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es5-ext": { + "version": "0.10.62", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", + "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", + "hasInstallScript": true, + "dependencies": { + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.3", + "next-tick": "^1.1.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "dependencies": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "node_modules/es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "dependencies": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, + "node_modules/es6-weak-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", + "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", + "dependencies": { + "d": "1", + "es5-ext": "^0.10.46", + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.1" + } + }, + "node_modules/expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", + "dependencies": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==", + "dependencies": { + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ext": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", + "dependencies": { + "type": "^2.7.2" + } + }, + "node_modules/ext/node_modules/type": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "node_modules/extend-object": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/extend-object/-/extend-object-1.0.0.tgz", + "integrity": "sha512-0dHDIXC7y7LDmCh/lp1oYkmv73K25AMugQI07r8eFopkW6f7Ufn1q+ETMsJjnV9Am14SlElkqy3O92r6xEaxPw==" + }, + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dependencies": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/fancy-log": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz", + "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==", + "dependencies": { + "ansi-gray": "^0.1.1", + "color-support": "^1.1.3", + "parse-node-version": "^1.0.0", + "time-stamp": "^1.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/fast-levenshtein": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz", + "integrity": "sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw==" + }, + "node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "optional": true + }, + "node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dependencies": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==", + "dependencies": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/findup-sync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz", + "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", + "dependencies": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/findup-sync/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/findup-sync/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/findup-sync/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/findup-sync/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/findup-sync/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/findup-sync/node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/findup-sync/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fined": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz", + "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==", + "dependencies": { + "expand-tilde": "^2.0.2", + "is-plain-object": "^2.0.3", + "object.defaults": "^1.1.0", + "object.pick": "^1.2.0", + "parse-filepath": "^1.0.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/fined/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/flagged-respawn": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz", + "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "dependencies": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + } + }, + "node_modules/for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/for-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", + "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==", + "dependencies": { + "for-in": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", + "dependencies": { + "map-cache": "^0.2.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fs-mkdirp-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", + "integrity": "sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==", + "dependencies": { + "graceful-fs": "^4.1.11", + "through2": "^2.0.3" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "node_modules/fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "deprecated": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "dependencies": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" + }, + "node_modules/get-intrinsic": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", + "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", + "dependencies": { + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dependencies": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + } + }, + "node_modules/glob-parent/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dependencies": { + "is-extglob": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob-stream": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", + "integrity": "sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==", + "dependencies": { + "extend": "^3.0.0", + "glob": "^7.1.1", + "glob-parent": "^3.1.0", + "is-negated-glob": "^1.0.0", + "ordered-read-streams": "^1.0.0", + "pumpify": "^1.3.5", + "readable-stream": "^2.1.5", + "remove-trailing-separator": "^1.0.1", + "to-absolute-glob": "^2.0.0", + "unique-stream": "^2.0.2" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/glob-watcher": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.5.tgz", + "integrity": "sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==", + "dependencies": { + "anymatch": "^2.0.0", + "async-done": "^1.2.0", + "chokidar": "^2.0.0", + "is-negated-glob": "^1.0.0", + "just-debounce": "^1.0.0", + "normalize-path": "^3.0.0", + "object.defaults": "^1.1.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "dependencies": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==", + "dependencies": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glogg": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz", + "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==", + "dependencies": { + "sparkles": "^1.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "node_modules/gulp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz", + "integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==", + "dependencies": { + "glob-watcher": "^5.0.3", + "gulp-cli": "^2.2.0", + "undertaker": "^1.2.1", + "vinyl-fs": "^3.0.0" + }, + "bin": { + "gulp": "bin/gulp.js" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/gulp-cli": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz", + "integrity": "sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==", + "dependencies": { + "ansi-colors": "^1.0.1", + "archy": "^1.0.0", + "array-sort": "^1.0.0", + "color-support": "^1.1.3", + "concat-stream": "^1.6.0", + "copy-props": "^2.0.1", + "fancy-log": "^1.3.2", + "gulplog": "^1.0.0", + "interpret": "^1.4.0", + "isobject": "^3.0.1", + "liftoff": "^3.1.0", + "matchdep": "^2.0.0", + "mute-stdout": "^1.0.0", + "pretty-hrtime": "^1.0.0", + "replace-homedir": "^1.0.0", + "semver-greatest-satisfied-range": "^1.1.0", + "v8flags": "^3.2.0", + "yargs": "^7.1.0" + }, + "bin": { + "gulp": "bin/gulp.js" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/gulp-cli/node_modules/ansi-colors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz", + "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==", + "dependencies": { + "ansi-wrap": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/gulplog": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", + "integrity": "sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw==", + "dependencies": { + "glogg": "^1.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", + "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", + "dependencies": { + "get-intrinsic": "^1.2.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", + "dependencies": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", + "dependencies": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "dependencies": { + "parse-passwd": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "node_modules/interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "dependencies": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-accessor-descriptor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz", + "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==", + "dependencies": { + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + }, + "node_modules/is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==", + "dependencies": { + "binary-extensions": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "node_modules/is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dependencies": { + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-descriptor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz", + "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==", + "dependencies": { + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-descriptor": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", + "dependencies": { + "number-is-nan": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-negated-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "dependencies": { + "is-unc-path": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "dependencies": { + "unc-path-regex": "^0.1.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==" + }, + "node_modules/is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/jquery": { + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", + "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" + }, + "node_modules/jquery-form": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/jquery-form/-/jquery-form-4.3.0.tgz", + "integrity": "sha512-q3uaVCEWdLOYUCI6dpNdwf/7cJFOsUgdpq6r0taxtGQ5NJSkOzofyWm4jpOuJ5YxdmL1FI5QR+q+HB63HHLGnQ==", + "dependencies": { + "jquery": ">=1.7.2" + } + }, + "node_modules/jquery-mousewheel": { + "version": "3.1.13", + "resolved": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz", + "integrity": "sha512-GXhSjfOPyDemM005YCEHvzrEALhKDIswtxSHSR2e4K/suHVJKJxxRCGz3skPjNxjJjQa9AVSGGlYjv1M3VLIPg==" + }, + "node_modules/jquery-validation": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.20.0.tgz", + "integrity": "sha512-c8tg4ltIIP6L7l0bZ79sRzOJYquyjS48kQZ6iv8MJ2r0OYztxtkWYKTReZyU2/zVFYiINB29i0Z/IRNNuJQN1g==", + "peerDependencies": { + "jquery": "^1.7 || ^2.0 || ^3.1" + } + }, + "node_modules/jquery-validation-unobtrusive": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.2.12.tgz", + "integrity": "sha512-kPixGhVcuat7vZXngGFfSIksy4VlzZcHyRgnBIZdsfVneCU+D5sITC8T8dD/9c9K/Q+qkMlgp7ufJHz93nKSuQ==", + "dependencies": { + "jquery": "^3.5.1", + "jquery-validation": ">=1.16" + } + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + }, + "node_modules/just-compare": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/just-compare/-/just-compare-1.5.1.tgz", + "integrity": "sha512-xDEEFHNIyJNmN4uo/2RVeUcay9THtN/5ka/iw98Y/gsa8w9KXZQuyaf5eFUY6VlntA2+G+bdPmdhqqTs7T+BRw==" + }, + "node_modules/just-debounce": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.1.0.tgz", + "integrity": "sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==" + }, + "node_modules/kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/last-run": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz", + "integrity": "sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ==", + "dependencies": { + "default-resolution": "^2.0.0", + "es6-weak-map": "^2.0.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/lazystream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz", + "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==", + "dependencies": { + "readable-stream": "^2.0.5" + }, + "engines": { + "node": ">= 0.6.3" + } + }, + "node_modules/lcid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", + "integrity": "sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==", + "dependencies": { + "invert-kv": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lead": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", + "integrity": "sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==", + "dependencies": { + "flush-write-stream": "^1.0.2" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/liftoff": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-3.1.0.tgz", + "integrity": "sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==", + "dependencies": { + "extend": "^3.0.0", + "findup-sync": "^3.0.0", + "fined": "^1.0.1", + "flagged-respawn": "^1.0.0", + "is-plain-object": "^2.0.4", + "object.map": "^1.0.0", + "rechoir": "^0.6.2", + "resolve": "^1.1.7" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/liftoff/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==", + "dependencies": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/luxon": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", + "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==", + "engines": { + "node": ">=12" + } + }, + "node_modules/make-iterator": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz", + "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==", + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/make-iterator/node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/malihu-custom-scrollbar-plugin": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.1.5.tgz", + "integrity": "sha512-lwW3LgI+CNDMPnP4ED2la6oYxWMkCXlnhex+s2wuOLhFDFGnGmQuTQVdRK9bvDLpxs10sGlfErVufJy9ztfgJQ==", + "dependencies": { + "jquery-mousewheel": ">=3.0.6" + } + }, + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", + "dependencies": { + "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/matchdep": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", + "integrity": "sha512-LFgVbaHIHMqCRuCZyfCtUOq9/Lnzhi7Z0KFUE2fhD54+JN2jLh3hC02RLkqauJ3U4soU6H1J3tfj/Byk7GoEjA==", + "dependencies": { + "findup-sync": "^2.0.0", + "micromatch": "^3.0.4", + "resolve": "^1.4.0", + "stack-trace": "0.0.10" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/matchdep/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/matchdep/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/matchdep/node_modules/findup-sync": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", + "integrity": "sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==", + "dependencies": { + "detect-file": "^1.0.0", + "is-glob": "^3.1.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/matchdep/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/matchdep/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/matchdep/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dependencies": { + "is-extglob": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/matchdep/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/matchdep/node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/matchdep/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/micromatch/node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/micromatch/node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/micromatch/node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "dependencies": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mixin-deep/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mixin-deep/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/moment": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", + "engines": { + "node": "*" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/mute-stdout": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz", + "integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/nan": { + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz", + "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==", + "optional": true + }, + "node_modules/nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/nanomatch/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/next-tick": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/now-and-later": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz", + "integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==", + "dependencies": { + "once": "^1.3.2" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", + "dependencies": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", + "dependencies": { + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object.defaults": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", + "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==", + "dependencies": { + "array-each": "^1.0.1", + "array-slice": "^1.0.0", + "for-own": "^1.0.0", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz", + "integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==", + "dependencies": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object.reduce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz", + "integrity": "sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw==", + "dependencies": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/ordered-read-streams": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", + "integrity": "sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==", + "dependencies": { + "readable-stream": "^2.0.1" + } + }, + "node_modules/os-locale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "integrity": "sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==", + "dependencies": { + "lcid": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==", + "dependencies": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==", + "dependencies": { + "error-ex": "^1.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-node-version": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", + "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==" + }, + "node_modules/path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==", + "dependencies": { + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "node_modules/path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==", + "dependencies": { + "path-root-regex": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==", + "dependencies": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "dependencies": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + } + }, + "node_modules/read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==", + "dependencies": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==", + "dependencies": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dependencies": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/readdirp/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/readdirp/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/readdirp/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/readdirp/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/readdirp/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/readdirp/node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/readdirp/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", + "dependencies": { + "resolve": "^1.1.6" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "dependencies": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regex-not/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regex-not/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regex-not/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/remove-bom-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", + "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", + "dependencies": { + "is-buffer": "^1.1.5", + "is-utf8": "^0.2.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/remove-bom-stream": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", + "integrity": "sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==", + "dependencies": { + "remove-bom-buffer": "^3.0.0", + "safe-buffer": "^5.1.0", + "through2": "^2.0.3" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==" + }, + "node_modules/repeat-element": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", + "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/replace-ext": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", + "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/replace-homedir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz", + "integrity": "sha512-CHPV/GAglbIB1tnQgaiysb8H2yCy8WQ7lcEwQ/eT+kLj0QHV8LnJW0zpqpE7RSkrMSRoa+EBoag86clf7WAgSg==", + "dependencies": { + "homedir-polyfill": "^1.0.1", + "is-absolute": "^1.0.0", + "remove-trailing-separator": "^1.1.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==" + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==", + "dependencies": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-options": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", + "integrity": "sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==", + "dependencies": { + "value-or-function": "^3.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "deprecated": "https://github.com/lydell/resolve-url#deprecated" + }, + "node_modules/ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "engines": { + "node": ">=0.12" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", + "dependencies": { + "ret": "~0.1.10" + } + }, + "node_modules/select2": { + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/select2/-/select2-4.0.13.tgz", + "integrity": "sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw==" + }, + "node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/semver-greatest-satisfied-range": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz", + "integrity": "sha512-Ny/iyOzSSa8M5ML46IAx3iXc6tfOsYU2R4AXi2UpHk60Zrgyq6eqPj/xiOfS0rRl/iiQ/rdJkVjw/5cdUyCntQ==", + "dependencies": { + "sver-compat": "^1.5.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "node_modules/set-function-length": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz", + "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==", + "dependencies": { + "define-data-property": "^1.1.1", + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "dependencies": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/set-value/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "dependencies": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dependencies": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dependencies": { + "kind-of": "^3.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-util/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", + "dependencies": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "node_modules/source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "deprecated": "See https://github.com/lydell/source-map-url#deprecated" + }, + "node_modules/sparkles": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz", + "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==" + }, + "node_modules/split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "dependencies": { + "extend-shallow": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-string/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-string/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-string/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==", + "engines": { + "node": "*" + } + }, + "node_modules/static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", + "dependencies": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/stream-exhaust": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", + "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==" + }, + "node_modules/stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", + "dependencies": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==", + "dependencies": { + "is-utf8": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/sver-compat": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz", + "integrity": "sha512-aFTHfmjwizMNlNE6dsGmoAM4lHjL0CyiobWaFiXWSlD7cIxshW422Nb8KbXCmR6z+0ZEPY+daXJrDyh/vuwTyg==", + "dependencies": { + "es6-iterator": "^2.0.1", + "es6-symbol": "^3.1.1" + } + }, + "node_modules/sweetalert2": { + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.8.0.tgz", + "integrity": "sha512-fXoPPZGe+V6XPbSh0gCnRlJoOFOit/SqZDzr2DY975BZCmIuFbP1duKe8yZaiNvkae9pctpfq8zfHIMzj9gvJA==", + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/limonte" + } + }, + "node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dependencies": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + }, + "node_modules/through2-filter": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz", + "integrity": "sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==", + "dependencies": { + "through2": "~2.0.0", + "xtend": "~4.0.0" + } + }, + "node_modules/time-stamp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", + "integrity": "sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/timeago": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/timeago/-/timeago-1.6.7.tgz", + "integrity": "sha512-FikcjN98+ij0siKH4VO4dZ358PR3oDDq4Vdl1+sN9gWz1/+JXGr3uZbUShYH/hL7bMhcTpPbplJU5Tej4b4jbQ==", + "dependencies": { + "jquery": ">=1.5.0 <4.0" + } + }, + "node_modules/to-absolute-glob": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", + "integrity": "sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==", + "dependencies": { + "is-absolute": "^1.0.0", + "is-negated-glob": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-object-path/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dependencies": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dependencies": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/to-regex/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-through": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", + "integrity": "sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==", + "dependencies": { + "through2": "^2.0.3" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/toastr": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/toastr/-/toastr-2.1.4.tgz", + "integrity": "sha512-LIy77F5n+sz4tefMmFOntcJ6HL0Fv3k1TDnNmFZ0bU/GcvIIfy6eG2v7zQmMiYgaalAiUv75ttFrPn5s0gyqlA==", + "dependencies": { + "jquery": ">=1.12.0" + } + }, + "node_modules/type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" + }, + "node_modules/unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/undertaker": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.3.0.tgz", + "integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==", + "dependencies": { + "arr-flatten": "^1.0.1", + "arr-map": "^2.0.0", + "bach": "^1.0.0", + "collection-map": "^1.0.0", + "es6-weak-map": "^2.0.1", + "fast-levenshtein": "^1.0.0", + "last-run": "^1.1.0", + "object.defaults": "^1.0.0", + "object.reduce": "^1.0.0", + "undertaker-registry": "^1.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/undertaker-registry": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz", + "integrity": "sha512-UR1khWeAjugW3548EfQmL9Z7pGMlBgXteQpr1IZeZBtnkCJQJIJ1Scj0mb9wQaPvUZ9Q17XqW6TIaPchJkyfqw==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "dependencies": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unique-stream": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz", + "integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==", + "dependencies": { + "json-stable-stringify-without-jsonify": "^1.0.1", + "through2-filter": "^3.0.0" + } + }, + "node_modules/unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", + "dependencies": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", + "dependencies": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", + "dependencies": { + "isarray": "1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "engines": { + "node": ">=4", + "yarn": "*" + } + }, + "node_modules/urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "deprecated": "Please see https://github.com/lydell/urix#deprecated" + }, + "node_modules/use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/v8flags": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz", + "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==", + "dependencies": { + "homedir-polyfill": "^1.0.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/value-or-function": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", + "integrity": "sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/vinyl": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz", + "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==", + "dependencies": { + "clone": "^2.1.1", + "clone-buffer": "^1.0.0", + "clone-stats": "^1.0.0", + "cloneable-readable": "^1.0.0", + "remove-trailing-separator": "^1.0.1", + "replace-ext": "^1.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/vinyl-fs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz", + "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==", + "dependencies": { + "fs-mkdirp-stream": "^1.0.0", + "glob-stream": "^6.1.0", + "graceful-fs": "^4.0.0", + "is-valid-glob": "^1.0.0", + "lazystream": "^1.0.0", + "lead": "^1.0.0", + "object.assign": "^4.0.4", + "pumpify": "^1.3.5", + "readable-stream": "^2.3.3", + "remove-bom-buffer": "^3.0.0", + "remove-bom-stream": "^1.2.0", + "resolve-options": "^1.1.0", + "through2": "^2.0.0", + "to-through": "^2.0.0", + "value-or-function": "^3.0.0", + "vinyl": "^2.0.0", + "vinyl-sourcemap": "^1.1.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/vinyl-sourcemap": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", + "integrity": "sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==", + "dependencies": { + "append-buffer": "^1.0.2", + "convert-source-map": "^1.5.0", + "graceful-fs": "^4.1.6", + "normalize-path": "^2.1.1", + "now-and-later": "^2.0.0", + "remove-bom-buffer": "^3.0.0", + "vinyl": "^2.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/vinyl-sourcemap/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "dependencies": { + "remove-trailing-separator": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/which-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", + "integrity": "sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==" + }, + "node_modules/wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==", + "dependencies": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz", + "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==" + }, + "node_modules/yargs": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.2.tgz", + "integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==", + "dependencies": { + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^5.0.1" + } + }, + "node_modules/yargs-parser": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.1.tgz", + "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==", + "dependencies": { + "camelcase": "^3.0.0", + "object.assign": "^4.1.0" + } + } + }, + "dependencies": { + "@abp/aspnetcore.mvc.ui": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/aspnetcore.mvc.ui/-/aspnetcore.mvc.ui-7.2.3.tgz", + "integrity": "sha512-KJCw6OxjQBgNw4QoSoDQOe32bFF9NvHdD09zMVsoCB/GgN66dcbZnk+ldidHcwjLFDPXOuHJMx+TKmno3VgUaQ==", + "requires": { + "ansi-colors": "^4.1.1", + "extend-object": "^1.0.0", + "glob": "^7.1.6", + "gulp": "^4.0.2", + "merge-stream": "^2.0.0", + "micromatch": "^4.0.2" + } + }, + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@abp/aspnetcore.mvc.ui.theme.leptonxlite/-/aspnetcore.mvc.ui.theme.leptonxlite-2.2.2.tgz", + "integrity": "sha512-eBJrWAYejLVUTjRH6o3jj6SVWVVy3yOAPdMd+9eTXjHJnr97epbOj+8f7cGqqccIM/Hwtk+xNLlBfLGZHdFXLg==", + "requires": { + "@abp/aspnetcore.mvc.ui.theme.shared": "~7.2.1" + } + }, + "@abp/aspnetcore.mvc.ui.theme.shared": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/aspnetcore.mvc.ui.theme.shared/-/aspnetcore.mvc.ui.theme.shared-7.2.3.tgz", + "integrity": "sha512-+G2mM/BJWqgGqZFg6GP28PaCtq+YlRmRfg7r0JQ1wkAN9pc11yKm0LRQjFnkcVBzg0A+N2hZqnFbW7wQhwXOHg==", + "requires": { + "@abp/aspnetcore.mvc.ui": "~7.2.3", + "@abp/bootstrap": "~7.2.3", + "@abp/bootstrap-datepicker": "~7.2.3", + "@abp/bootstrap-daterangepicker": "~7.2.3", + "@abp/datatables.net-bs5": "~7.2.3", + "@abp/font-awesome": "~7.2.3", + "@abp/jquery-form": "~7.2.3", + "@abp/jquery-validation-unobtrusive": "~7.2.3", + "@abp/lodash": "~7.2.3", + "@abp/luxon": "~7.2.3", + "@abp/malihu-custom-scrollbar-plugin": "~7.2.3", + "@abp/moment": "~7.2.3", + "@abp/select2": "~7.2.3", + "@abp/sweetalert2": "~7.2.3", + "@abp/timeago": "~7.2.3", + "@abp/toastr": "~7.2.3" + } + }, + "@abp/bootstrap": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/bootstrap/-/bootstrap-7.2.3.tgz", + "integrity": "sha512-Z00q1sAwo9PvFSpfFlbbUHPMyghLOzuEuAzz/8nA6tK7WR0KQBS/0zGC0nK9hNwbyZ4FqKwPSznRVwuwrnqyhQ==", + "requires": { + "@abp/core": "~7.2.3", + "bootstrap": "^5.1.3" + } + }, + "@abp/bootstrap-datepicker": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/bootstrap-datepicker/-/bootstrap-datepicker-7.2.3.tgz", + "integrity": "sha512-wiKVXftVrXcjwz0FpshD6P4WW3CNk/4cLH15aaqRjM+J0BigDeH9CczlpVc7jXdn+c8plHIRz0t5tqlUud7dIQ==", + "requires": { + "bootstrap-datepicker": "^1.9.0" + } + }, + "@abp/bootstrap-daterangepicker": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/bootstrap-daterangepicker/-/bootstrap-daterangepicker-7.2.3.tgz", + "integrity": "sha512-ChdnXMzHvg+HwrUtw2z6KuqRTqHVOq8qEBai+IPW6PykJSML+tZKzer3jzDIzyHq68OIqom3n3xL0XpcniKMew==", + "requires": { + "bootstrap-daterangepicker": "^3.1.0" + } + }, + "@abp/core": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/core/-/core-7.2.3.tgz", + "integrity": "sha512-UyKBWwXbKCzKZwV2YJPgP3v2naDFsfJzV+KEHpdgLdPZyrpBhp+bQ80VNVe2HHrD/bLfhM4fu9pCXw6RYZKnvA==", + "requires": { + "@abp/utils": "~7.2.3" + } + }, + "@abp/datatables.net": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/datatables.net/-/datatables.net-7.2.3.tgz", + "integrity": "sha512-g+LmRMg4Sk34iU/MN4RpgC/yd8NVEjhVWg/kT+nuWunsnwLHkcfK59KPGXn9ZLktL4VqQYj2WeXbDv8TEbOObg==", + "requires": { + "@abp/jquery": "~7.2.3", + "datatables.net": "^1.11.4" + } + }, + "@abp/datatables.net-bs5": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/datatables.net-bs5/-/datatables.net-bs5-7.2.3.tgz", + "integrity": "sha512-TmXTkIX+Vb1O/fER5JeRlWIOZLoSXG4QD3F0ZbebrjgS9k7oSu9igR/VhXBs1m1lvOqcNKv7Y4LTNRAMw+Mi0A==", + "requires": { + "@abp/datatables.net": "~7.2.3", + "datatables.net-bs5": "^1.11.4" + } + }, + "@abp/font-awesome": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/font-awesome/-/font-awesome-7.2.3.tgz", + "integrity": "sha512-+4QRhfU08t1MYkmzTPX0B+p+SZQtOqtlDafzeDm5X6fbOlxV1hi97eRWtLtLgLjodjJWztpECWcsTUTgDhExwQ==", + "requires": { + "@abp/core": "~7.2.3", + "@fortawesome/fontawesome-free": "^5.15.4" + } + }, + "@abp/jquery": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/jquery/-/jquery-7.2.3.tgz", + "integrity": "sha512-r/p3D2QlV57YvrGJsLfTuIJGwLSSi5AVFtkmgKyfpyXYOCNb+TVF9sEZOZnoZebX6cT0JRvtUfZ0dk6ZBebAzg==", + "requires": { + "@abp/core": "~7.2.3", + "jquery": "~3.6.0" + } + }, + "@abp/jquery-form": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/jquery-form/-/jquery-form-7.2.3.tgz", + "integrity": "sha512-ucdGIZ0sxefakGRei9BJvDuoN16fKsYfpOT70/udw3k7uC3gFJD0AvAlEOEZPsFZhpNoqUKexNMym4lZovqBkg==", + "requires": { + "@abp/jquery": "~7.2.3", + "jquery-form": "^4.3.0" + } + }, + "@abp/jquery-validation": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/jquery-validation/-/jquery-validation-7.2.3.tgz", + "integrity": "sha512-drpE5mXErHQPk/4KChsj3zwNCA4GqNlYquTtHNv9/t5S/NuGqFAkchPV6mRYaiQypcxCndZQNSUEqnWxbuMY0g==", + "requires": { + "@abp/jquery": "~7.2.3", + "jquery-validation": "^1.19.3" + } + }, + "@abp/jquery-validation-unobtrusive": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-7.2.3.tgz", + "integrity": "sha512-Hcf1sqAFRIAYKqvN1pZGed+lazzY1nztvcmQlOOgUquiXRS3QjI3dIvxWw5nekJwUPqMpSfuC1GErQo0KpE1fw==", + "requires": { + "@abp/jquery-validation": "~7.2.3", + "jquery-validation-unobtrusive": "^3.2.12" + } + }, + "@abp/lodash": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/lodash/-/lodash-7.2.3.tgz", + "integrity": "sha512-5KuXPPpa2mkTlUYPR83bUTJUSSGoq9/kFSf9fYC0Wk2mFFeG4mRK6mXwcyHTfYshQe2qxuncxZsJ+4j5uQN9PA==", + "requires": { + "@abp/core": "~7.2.3", + "lodash": "^4.17.21" + } + }, + "@abp/luxon": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/luxon/-/luxon-7.2.3.tgz", + "integrity": "sha512-Y3IT1GbyuNSAzfpGnc5uzjz3Z/nDRUpYiZhoX0XeoQlJ+GyVT/+dytsZbuQBLgEWmQJhk9zxdcITXFT5vrWDcw==", + "requires": { + "@abp/core": "~7.2.3", + "luxon": "^2.3.0" + } + }, + "@abp/malihu-custom-scrollbar-plugin": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-7.2.3.tgz", + "integrity": "sha512-wq9eBrw/bY3wb50v5zuL0qOcVLOT86XN2ZJQj69O/bi2+0WNdLRCqMHhY0kaafb7UIBAlKChKA/xeICwCZxn+w==", + "requires": { + "@abp/core": "~7.2.3", + "malihu-custom-scrollbar-plugin": "^3.1.5" + } + }, + "@abp/moment": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/moment/-/moment-7.2.3.tgz", + "integrity": "sha512-pXsOzSom9RZHRGWuVaLIVzSkPayIcWMMmgSyo8T3gtZzZG/QJbpBWT+pug0X8pmV8So4d9E0LjacmODBKLM30A==", + "requires": { + "moment": "^2.9.0" + } + }, + "@abp/select2": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/select2/-/select2-7.2.3.tgz", + "integrity": "sha512-Cdzl467UftB421W+l8uikGr2NlOsHwxKDxt5yPrF03LEec1MBys5y7UPUV1TEO6l0xwAVi4mW8dXaawyIOSjUA==", + "requires": { + "@abp/core": "~7.2.3", + "select2": "^4.0.13" + } + }, + "@abp/sweetalert2": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/sweetalert2/-/sweetalert2-7.2.3.tgz", + "integrity": "sha512-KHZD1YRMN6Z4JxPfXuEwocubooux8nKq6sPNG6RKg+rWpp23Fp8nX/ZngJNywVXSRqzrdEvUAM+92JG7zMwKXw==", + "requires": { + "@abp/core": "~7.2.3", + "sweetalert2": "^11.3.6" + } + }, + "@abp/timeago": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/timeago/-/timeago-7.2.3.tgz", + "integrity": "sha512-7eiibNXJWBGpQnitd/i8aWUNHOkcsuq8fAwBLJWvG8Whhh1nmBEjng0pGhheMqo0xoydefWi1K2uZDg99tKPeQ==", + "requires": { + "@abp/jquery": "~7.2.3", + "timeago": "^1.6.7" + } + }, + "@abp/toastr": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/toastr/-/toastr-7.2.3.tgz", + "integrity": "sha512-2zNMQE6ArRULP6xl+M66/EY83ZrXfNY+sNHUkmZH4uqfGhqR/ijKIQm1quxCLDmUcAjRr1kzu8BCc98pc9tfFw==", + "requires": { + "@abp/jquery": "~7.2.3", + "toastr": "^2.1.4" + } + }, + "@abp/utils": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/@abp/utils/-/utils-7.2.3.tgz", + "integrity": "sha512-hejxDJhSI9Kor4mS9c/JHHQrW/wLXC/XMOJMUcBVkX/5IQd9GU9EW63oalNQyVA3gz3h5obnb0Qcfdv65wc5Pg==", + "requires": { + "just-compare": "^1.3.0" + } + }, + "@fortawesome/fontawesome-free": { + "version": "5.15.4", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz", + "integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==" + }, + "@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "peer": true + }, + "ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==" + }, + "ansi-gray": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz", + "integrity": "sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==", + "requires": { + "ansi-wrap": "0.1.0" + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==" + }, + "ansi-wrap": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz", + "integrity": "sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==" + }, + "anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "requires": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + }, + "dependencies": { + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "append-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", + "integrity": "sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==", + "requires": { + "buffer-equal": "^1.0.0" + } + }, + "archy": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==" + }, + "arr-diff": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==" + }, + "arr-filter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz", + "integrity": "sha512-A2BETWCqhsecSvCkWAeVBFLH6sXEUGASuzkpjL3GR1SlL/PWL6M3J8EAAld2Uubmh39tvkJTqC9LeLHCUKmFXA==", + "requires": { + "make-iterator": "^1.0.0" + } + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + }, + "arr-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/arr-map/-/arr-map-2.0.2.tgz", + "integrity": "sha512-tVqVTHt+Q5Xb09qRkbu+DidW1yYzz5izWS2Xm2yFm7qJnmUfz4HPzNxbHkdRJbz2lrqI7S+z17xNYdFcBBO8Hw==", + "requires": { + "make-iterator": "^1.0.0" + } + }, + "arr-union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==" + }, + "array-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz", + "integrity": "sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==" + }, + "array-initial": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-initial/-/array-initial-1.1.0.tgz", + "integrity": "sha512-BC4Yl89vneCYfpLrs5JU2aAu9/a+xWbeKhvISg9PT7eWFB9UlRvI+rKEtk6mgxWr3dSkk9gQ8hCrdqt06NXPdw==", + "requires": { + "array-slice": "^1.0.0", + "is-number": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + } + } + }, + "array-last": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz", + "integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==", + "requires": { + "is-number": "^4.0.0" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==" + } + } + }, + "array-slice": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz", + "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==" + }, + "array-sort": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz", + "integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==", + "requires": { + "default-compare": "^1.0.0", + "get-value": "^2.0.6", + "kind-of": "^5.0.2" + } + }, + "array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==" + }, + "assign-symbols": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==" + }, + "async-done": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz", + "integrity": "sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.2", + "process-nextick-args": "^2.0.0", + "stream-exhaust": "^1.0.1" + } + }, + "async-each": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz", + "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==" + }, + "async-settle": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-1.0.0.tgz", + "integrity": "sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw==", + "requires": { + "async-done": "^1.2.2" + } + }, + "atob": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + }, + "bach": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/bach/-/bach-1.2.0.tgz", + "integrity": "sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg==", + "requires": { + "arr-filter": "^1.1.1", + "arr-flatten": "^1.0.1", + "arr-map": "^2.0.0", + "array-each": "^1.0.0", + "array-initial": "^1.0.0", + "array-last": "^1.1.1", + "async-done": "^1.2.2", + "async-settle": "^1.0.0", + "now-and-later": "^2.0.0" + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "base": { + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", + "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", + "requires": { + "cache-base": "^1.0.1", + "class-utils": "^0.3.5", + "component-emitter": "^1.2.1", + "define-property": "^1.0.0", + "isobject": "^3.0.1", + "mixin-deep": "^1.2.0", + "pascalcase": "^0.1.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + } + } + }, + "binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "optional": true, + "requires": { + "file-uri-to-path": "1.0.0" + } + }, + "bootstrap": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.2.tgz", + "integrity": "sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==", + "requires": {} + }, + "bootstrap-datepicker": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/bootstrap-datepicker/-/bootstrap-datepicker-1.10.0.tgz", + "integrity": "sha512-lWxtSYddAQOpbAO8UhYhHLcK6425eWoSjb5JDvZU3ePHEPF6A3eUr51WKaFy4PccU19JRxUG6wEU3KdhtKfvpg==", + "requires": { + "jquery": ">=3.4.0 <4.0.0" + } + }, + "bootstrap-daterangepicker": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bootstrap-daterangepicker/-/bootstrap-daterangepicker-3.1.0.tgz", + "integrity": "sha512-oaQZx6ZBDo/dZNyXGVi2rx5GmFXThyQLAxdtIqjtLlYVaQUfQALl5JZMJJZzyDIX7blfy4ppZPAJ10g8Ma4d/g==", + "requires": { + "jquery": ">=1.10", + "moment": "^2.9.0" + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "requires": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + } + }, + "buffer-equal": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.1.tgz", + "integrity": "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==" + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "cache-base": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "requires": { + "collection-visit": "^1.0.0", + "component-emitter": "^1.2.1", + "get-value": "^2.0.6", + "has-value": "^1.0.0", + "isobject": "^3.0.1", + "set-value": "^2.0.0", + "to-object-path": "^0.3.0", + "union-value": "^1.0.0", + "unset-value": "^1.0.0" + } + }, + "call-bind": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", + "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", + "requires": { + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" + } + }, + "camelcase": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz", + "integrity": "sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==" + }, + "chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "requires": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "fsevents": "^1.2.7", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + } + }, + "class-utils": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "requires": { + "arr-union": "^3.1.0", + "define-property": "^0.2.5", + "isobject": "^3.0.0", + "static-extend": "^0.1.1" + } + }, + "cliui": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", + "integrity": "sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wrap-ansi": "^2.0.0" + } + }, + "clone": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", + "integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==" + }, + "clone-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", + "integrity": "sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==" + }, + "clone-stats": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", + "integrity": "sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==" + }, + "cloneable-readable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz", + "integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==", + "requires": { + "inherits": "^2.0.1", + "process-nextick-args": "^2.0.0", + "readable-stream": "^2.3.5" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==" + }, + "collection-map": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz", + "integrity": "sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==", + "requires": { + "arr-map": "^2.0.2", + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + } + }, + "collection-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", + "requires": { + "map-visit": "^1.0.0", + "object-visit": "^1.0.0" + } + }, + "color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" + }, + "component-emitter": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + } + }, + "convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + }, + "copy-descriptor": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==" + }, + "copy-props": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/copy-props/-/copy-props-2.0.5.tgz", + "integrity": "sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==", + "requires": { + "each-props": "^1.3.2", + "is-plain-object": "^5.0.0" + } + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "d": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", + "requires": { + "es5-ext": "^0.10.50", + "type": "^1.0.1" + } + }, + "datatables.net": { + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.13.6.tgz", + "integrity": "sha512-rHNcnW+yEP9me82/KmRcid5eKrqPqW3+I/p1TwqCW3c/7GRYYkDyF6aJQOQ9DNS/pw+nyr4BVpjyJ3yoZXiFPg==", + "requires": { + "jquery": ">=1.7" + } + }, + "datatables.net-bs5": { + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/datatables.net-bs5/-/datatables.net-bs5-1.13.6.tgz", + "integrity": "sha512-lXroZoXhLhDulp8gvU7y7wBherg38SbLMGXcHwbnj+XXh4Hvy+d67zSPYbrVI3YiRwYq+aCx15G5qmMj7KjYQg==", + "requires": { + "datatables.net": ">=1.13.4", + "jquery": ">=1.7" + } + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" + }, + "decode-uri-component": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" + }, + "default-compare": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz", + "integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==", + "requires": { + "kind-of": "^5.0.2" + } + }, + "default-resolution": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/default-resolution/-/default-resolution-2.0.0.tgz", + "integrity": "sha512-2xaP6GiwVwOEbXCGoJ4ufgC76m8cj805jrghScewJC2ZDsb9U0b4BIrba+xt/Uytyd0HvQ6+WymSRTfnYj59GQ==" + }, + "define-data-property": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", + "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", + "requires": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + } + }, + "define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "requires": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + } + }, + "define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "requires": { + "is-descriptor": "^0.1.0" + } + }, + "detect-file": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", + "integrity": "sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==" + }, + "duplexify": { + "version": "3.7.1", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "requires": { + "end-of-stream": "^1.0.0", + "inherits": "^2.0.1", + "readable-stream": "^2.0.0", + "stream-shift": "^1.0.0" + } + }, + "each-props": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz", + "integrity": "sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==", + "requires": { + "is-plain-object": "^2.0.1", + "object.defaults": "^1.1.0" + }, + "dependencies": { + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + } + } + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "requires": { + "once": "^1.4.0" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es5-ext": { + "version": "0.10.62", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", + "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", + "requires": { + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.3", + "next-tick": "^1.1.0" + } + }, + "es6-iterator": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", + "requires": { + "d": "1", + "es5-ext": "^0.10.35", + "es6-symbol": "^3.1.1" + } + }, + "es6-symbol": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", + "requires": { + "d": "^1.0.1", + "ext": "^1.1.2" + } + }, + "es6-weak-map": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.3.tgz", + "integrity": "sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==", + "requires": { + "d": "1", + "es5-ext": "^0.10.46", + "es6-iterator": "^2.0.3", + "es6-symbol": "^3.1.1" + } + }, + "expand-brackets": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", + "requires": { + "debug": "^2.3.3", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "posix-character-classes": "^0.1.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + } + }, + "expand-tilde": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", + "integrity": "sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "ext": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", + "requires": { + "type": "^2.7.2" + }, + "dependencies": { + "type": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" + } + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "extend-object": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/extend-object/-/extend-object-1.0.0.tgz", + "integrity": "sha512-0dHDIXC7y7LDmCh/lp1oYkmv73K25AMugQI07r8eFopkW6f7Ufn1q+ETMsJjnV9Am14SlElkqy3O92r6xEaxPw==" + }, + "extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "requires": { + "is-extendable": "^0.1.0" + } + }, + "extglob": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "requires": { + "array-unique": "^0.3.2", + "define-property": "^1.0.0", + "expand-brackets": "^2.1.4", + "extend-shallow": "^2.0.1", + "fragment-cache": "^0.2.1", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + } + } + }, + "fancy-log": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz", + "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==", + "requires": { + "ansi-gray": "^0.1.1", + "color-support": "^1.1.3", + "parse-node-version": "^1.0.0", + "time-stamp": "^1.0.0" + } + }, + "fast-levenshtein": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-1.1.4.tgz", + "integrity": "sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw==" + }, + "file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "optional": true + }, + "fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "requires": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + } + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==", + "requires": { + "path-exists": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "findup-sync": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-3.0.0.tgz", + "integrity": "sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==", + "requires": { + "detect-file": "^1.0.0", + "is-glob": "^4.0.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + }, + "dependencies": { + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + } + } + }, + "fined": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz", + "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==", + "requires": { + "expand-tilde": "^2.0.2", + "is-plain-object": "^2.0.3", + "object.defaults": "^1.1.0", + "object.pick": "^1.2.0", + "parse-filepath": "^1.0.1" + }, + "dependencies": { + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + } + } + }, + "flagged-respawn": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz", + "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==" + }, + "flush-write-stream": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "requires": { + "inherits": "^2.0.3", + "readable-stream": "^2.3.6" + } + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==" + }, + "for-own": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz", + "integrity": "sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==", + "requires": { + "for-in": "^1.0.1" + } + }, + "fragment-cache": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", + "requires": { + "map-cache": "^0.2.2" + } + }, + "fs-mkdirp-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", + "integrity": "sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==", + "requires": { + "graceful-fs": "^4.1.11", + "through2": "^2.0.3" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + }, + "fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "optional": true, + "requires": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + } + }, + "function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" + }, + "get-intrinsic": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", + "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", + "requires": { + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + } + }, + "get-value": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==" + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "requires": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + }, + "dependencies": { + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "requires": { + "is-extglob": "^2.1.0" + } + } + } + }, + "glob-stream": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", + "integrity": "sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==", + "requires": { + "extend": "^3.0.0", + "glob": "^7.1.1", + "glob-parent": "^3.1.0", + "is-negated-glob": "^1.0.0", + "ordered-read-streams": "^1.0.0", + "pumpify": "^1.3.5", + "readable-stream": "^2.1.5", + "remove-trailing-separator": "^1.0.1", + "to-absolute-glob": "^2.0.0", + "unique-stream": "^2.0.2" + } + }, + "glob-watcher": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.5.tgz", + "integrity": "sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==", + "requires": { + "anymatch": "^2.0.0", + "async-done": "^1.2.0", + "chokidar": "^2.0.0", + "is-negated-glob": "^1.0.0", + "just-debounce": "^1.0.0", + "normalize-path": "^3.0.0", + "object.defaults": "^1.1.0" + } + }, + "global-modules": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", + "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", + "requires": { + "global-prefix": "^1.0.1", + "is-windows": "^1.0.1", + "resolve-dir": "^1.0.0" + } + }, + "global-prefix": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", + "integrity": "sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==", + "requires": { + "expand-tilde": "^2.0.2", + "homedir-polyfill": "^1.0.1", + "ini": "^1.3.4", + "is-windows": "^1.0.1", + "which": "^1.2.14" + } + }, + "glogg": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz", + "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==", + "requires": { + "sparkles": "^1.0.0" + } + }, + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "requires": { + "get-intrinsic": "^1.1.3" + } + }, + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "gulp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz", + "integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==", + "requires": { + "glob-watcher": "^5.0.3", + "gulp-cli": "^2.2.0", + "undertaker": "^1.2.1", + "vinyl-fs": "^3.0.0" + } + }, + "gulp-cli": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz", + "integrity": "sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==", + "requires": { + "ansi-colors": "^1.0.1", + "archy": "^1.0.0", + "array-sort": "^1.0.0", + "color-support": "^1.1.3", + "concat-stream": "^1.6.0", + "copy-props": "^2.0.1", + "fancy-log": "^1.3.2", + "gulplog": "^1.0.0", + "interpret": "^1.4.0", + "isobject": "^3.0.1", + "liftoff": "^3.1.0", + "matchdep": "^2.0.0", + "mute-stdout": "^1.0.0", + "pretty-hrtime": "^1.0.0", + "replace-homedir": "^1.0.0", + "semver-greatest-satisfied-range": "^1.1.0", + "v8flags": "^3.2.0", + "yargs": "^7.1.0" + }, + "dependencies": { + "ansi-colors": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz", + "integrity": "sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==", + "requires": { + "ansi-wrap": "^0.1.0" + } + } + } + }, + "gulplog": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz", + "integrity": "sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw==", + "requires": { + "glogg": "^1.0.0" + } + }, + "has-property-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", + "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", + "requires": { + "get-intrinsic": "^1.2.2" + } + }, + "has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==" + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + }, + "has-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", + "requires": { + "get-value": "^2.0.6", + "has-values": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "has-values": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", + "requires": { + "is-number": "^3.0.0", + "kind-of": "^4.0.0" + }, + "dependencies": { + "kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "requires": { + "function-bind": "^1.1.2" + } + }, + "homedir-polyfill": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz", + "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==", + "requires": { + "parse-passwd": "^1.0.0" + } + }, + "hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" + }, + "invert-kv": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", + "integrity": "sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==" + }, + "is-absolute": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", + "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", + "requires": { + "is-relative": "^1.0.0", + "is-windows": "^1.0.1" + } + }, + "is-accessor-descriptor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz", + "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==", + "requires": { + "hasown": "^2.0.0" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==", + "requires": { + "binary-extensions": "^1.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "requires": { + "hasown": "^2.0.0" + } + }, + "is-data-descriptor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz", + "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==", + "requires": { + "hasown": "^2.0.0" + } + }, + "is-descriptor": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-negated-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "integrity": "sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==" + }, + "is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" + }, + "is-relative": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", + "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", + "requires": { + "is-unc-path": "^1.0.0" + } + }, + "is-unc-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", + "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", + "requires": { + "unc-path-regex": "^0.1.2" + } + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==" + }, + "is-valid-glob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "integrity": "sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==" + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==" + }, + "jquery": { + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.4.tgz", + "integrity": "sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==" + }, + "jquery-form": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/jquery-form/-/jquery-form-4.3.0.tgz", + "integrity": "sha512-q3uaVCEWdLOYUCI6dpNdwf/7cJFOsUgdpq6r0taxtGQ5NJSkOzofyWm4jpOuJ5YxdmL1FI5QR+q+HB63HHLGnQ==", + "requires": { + "jquery": ">=1.7.2" + } + }, + "jquery-mousewheel": { + "version": "3.1.13", + "resolved": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz", + "integrity": "sha512-GXhSjfOPyDemM005YCEHvzrEALhKDIswtxSHSR2e4K/suHVJKJxxRCGz3skPjNxjJjQa9AVSGGlYjv1M3VLIPg==" + }, + "jquery-validation": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/jquery-validation/-/jquery-validation-1.20.0.tgz", + "integrity": "sha512-c8tg4ltIIP6L7l0bZ79sRzOJYquyjS48kQZ6iv8MJ2r0OYztxtkWYKTReZyU2/zVFYiINB29i0Z/IRNNuJQN1g==", + "requires": {} + }, + "jquery-validation-unobtrusive": { + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/jquery-validation-unobtrusive/-/jquery-validation-unobtrusive-3.2.12.tgz", + "integrity": "sha512-kPixGhVcuat7vZXngGFfSIksy4VlzZcHyRgnBIZdsfVneCU+D5sITC8T8dD/9c9K/Q+qkMlgp7ufJHz93nKSuQ==", + "requires": { + "jquery": "^3.5.1", + "jquery-validation": ">=1.16" + } + }, + "json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" + }, + "just-compare": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/just-compare/-/just-compare-1.5.1.tgz", + "integrity": "sha512-xDEEFHNIyJNmN4uo/2RVeUcay9THtN/5ka/iw98Y/gsa8w9KXZQuyaf5eFUY6VlntA2+G+bdPmdhqqTs7T+BRw==" + }, + "just-debounce": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/just-debounce/-/just-debounce-1.1.0.tgz", + "integrity": "sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==" + }, + "kind-of": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", + "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" + }, + "last-run": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz", + "integrity": "sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ==", + "requires": { + "default-resolution": "^2.0.0", + "es6-weak-map": "^2.0.1" + } + }, + "lazystream": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.1.tgz", + "integrity": "sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==", + "requires": { + "readable-stream": "^2.0.5" + } + }, + "lcid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", + "integrity": "sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==", + "requires": { + "invert-kv": "^1.0.0" + } + }, + "lead": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", + "integrity": "sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==", + "requires": { + "flush-write-stream": "^1.0.2" + } + }, + "liftoff": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-3.1.0.tgz", + "integrity": "sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==", + "requires": { + "extend": "^3.0.0", + "findup-sync": "^3.0.0", + "fined": "^1.0.1", + "flagged-respawn": "^1.0.0", + "is-plain-object": "^2.0.4", + "object.map": "^1.0.0", + "rechoir": "^0.6.2", + "resolve": "^1.1.7" + }, + "dependencies": { + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + } + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==", + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^2.2.0", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0", + "strip-bom": "^2.0.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "luxon": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", + "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==" + }, + "make-iterator": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz", + "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==", + "requires": { + "kind-of": "^6.0.2" + }, + "dependencies": { + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "malihu-custom-scrollbar-plugin": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/malihu-custom-scrollbar-plugin/-/malihu-custom-scrollbar-plugin-3.1.5.tgz", + "integrity": "sha512-lwW3LgI+CNDMPnP4ED2la6oYxWMkCXlnhex+s2wuOLhFDFGnGmQuTQVdRK9bvDLpxs10sGlfErVufJy9ztfgJQ==", + "requires": { + "jquery-mousewheel": ">=3.0.6" + } + }, + "map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==" + }, + "map-visit": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", + "requires": { + "object-visit": "^1.0.0" + } + }, + "matchdep": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/matchdep/-/matchdep-2.0.0.tgz", + "integrity": "sha512-LFgVbaHIHMqCRuCZyfCtUOq9/Lnzhi7Z0KFUE2fhD54+JN2jLh3hC02RLkqauJ3U4soU6H1J3tfj/Byk7GoEjA==", + "requires": { + "findup-sync": "^2.0.0", + "micromatch": "^3.0.4", + "resolve": "^1.4.0", + "stack-trace": "0.0.10" + }, + "dependencies": { + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "findup-sync": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", + "integrity": "sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==", + "requires": { + "detect-file": "^1.0.0", + "is-glob": "^3.1.0", + "micromatch": "^3.0.4", + "resolve-dir": "^1.0.1" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "requires": { + "is-extglob": "^2.1.0" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + } + } + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "dependencies": { + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "requires": { + "is-number": "^7.0.0" + } + } + } + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "mixin-deep": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "requires": { + "for-in": "^1.0.2", + "is-extendable": "^1.0.1" + }, + "dependencies": { + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + } + } + }, + "moment": { + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "mute-stdout": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-1.0.1.tgz", + "integrity": "sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==" + }, + "nan": { + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz", + "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==", + "optional": true + }, + "nanomatch": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "fragment-cache": "^0.2.1", + "is-windows": "^1.0.2", + "kind-of": "^6.0.2", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + } + } + }, + "next-tick": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "now-and-later": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz", + "integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==", + "requires": { + "once": "^1.3.2" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==" + }, + "object-copy": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", + "requires": { + "copy-descriptor": "^0.1.0", + "define-property": "^0.2.5", + "kind-of": "^3.0.3" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object-visit": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", + "requires": { + "isobject": "^3.0.0" + } + }, + "object.assign": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + } + }, + "object.defaults": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz", + "integrity": "sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==", + "requires": { + "array-each": "^1.0.1", + "array-slice": "^1.0.0", + "for-own": "^1.0.0", + "isobject": "^3.0.0" + } + }, + "object.map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz", + "integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==", + "requires": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + } + }, + "object.pick": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "requires": { + "isobject": "^3.0.1" + } + }, + "object.reduce": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.reduce/-/object.reduce-1.0.1.tgz", + "integrity": "sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw==", + "requires": { + "for-own": "^1.0.0", + "make-iterator": "^1.0.0" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "requires": { + "wrappy": "1" + } + }, + "ordered-read-streams": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", + "integrity": "sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==", + "requires": { + "readable-stream": "^2.0.1" + } + }, + "os-locale": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz", + "integrity": "sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==", + "requires": { + "lcid": "^1.0.0" + } + }, + "parse-filepath": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", + "integrity": "sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==", + "requires": { + "is-absolute": "^1.0.0", + "map-cache": "^0.2.0", + "path-root": "^0.1.1" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==", + "requires": { + "error-ex": "^1.2.0" + } + }, + "parse-node-version": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", + "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==" + }, + "parse-passwd": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", + "integrity": "sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==" + }, + "pascalcase": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==" + }, + "path-dirname": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==" + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==", + "requires": { + "pinkie-promise": "^2.0.0" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + }, + "path-root": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", + "integrity": "sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==", + "requires": { + "path-root-regex": "^0.1.0" + } + }, + "path-root-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", + "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==", + "requires": { + "graceful-fs": "^4.1.2", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "requires": { + "pinkie": "^2.0.0" + } + }, + "posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==" + }, + "pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==" + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "pump": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pumpify": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "requires": { + "duplexify": "^3.6.0", + "inherits": "^2.0.3", + "pump": "^2.0.0" + } + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==", + "requires": { + "load-json-file": "^1.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^1.0.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==", + "requires": { + "find-up": "^1.0.0", + "read-pkg": "^1.0.0" + } + }, + "readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "requires": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + }, + "dependencies": { + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + }, + "micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "requires": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + } + } + } + }, + "rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==", + "requires": { + "resolve": "^1.1.6" + } + }, + "regex-not": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "requires": { + "extend-shallow": "^3.0.2", + "safe-regex": "^1.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + } + } + }, + "remove-bom-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", + "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", + "requires": { + "is-buffer": "^1.1.5", + "is-utf8": "^0.2.1" + } + }, + "remove-bom-stream": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", + "integrity": "sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==", + "requires": { + "remove-bom-buffer": "^3.0.0", + "safe-buffer": "^5.1.0", + "through2": "^2.0.3" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==" + }, + "repeat-element": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", + "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==" + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==" + }, + "replace-ext": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", + "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==" + }, + "replace-homedir": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz", + "integrity": "sha512-CHPV/GAglbIB1tnQgaiysb8H2yCy8WQ7lcEwQ/eT+kLj0QHV8LnJW0zpqpE7RSkrMSRoa+EBoag86clf7WAgSg==", + "requires": { + "homedir-polyfill": "^1.0.1", + "is-absolute": "^1.0.0", + "remove-trailing-separator": "^1.1.0" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==" + }, + "resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "requires": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "resolve-dir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", + "integrity": "sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==", + "requires": { + "expand-tilde": "^2.0.0", + "global-modules": "^1.0.0" + } + }, + "resolve-options": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", + "integrity": "sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==", + "requires": { + "value-or-function": "^3.0.0" + } + }, + "resolve-url": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==" + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safe-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", + "requires": { + "ret": "~0.1.10" + } + }, + "select2": { + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/select2/-/select2-4.0.13.tgz", + "integrity": "sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw==" + }, + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==" + }, + "semver-greatest-satisfied-range": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz", + "integrity": "sha512-Ny/iyOzSSa8M5ML46IAx3iXc6tfOsYU2R4AXi2UpHk60Zrgyq6eqPj/xiOfS0rRl/iiQ/rdJkVjw/5cdUyCntQ==", + "requires": { + "sver-compat": "^1.5.0" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "set-function-length": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz", + "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==", + "requires": { + "define-data-property": "^1.1.1", + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + } + }, + "set-value": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "requires": { + "extend-shallow": "^2.0.1", + "is-extendable": "^0.1.1", + "is-plain-object": "^2.0.3", + "split-string": "^3.0.1" + }, + "dependencies": { + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + } + } + }, + "snapdragon": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "requires": { + "base": "^0.11.1", + "debug": "^2.2.0", + "define-property": "^0.2.5", + "extend-shallow": "^2.0.1", + "map-cache": "^0.2.2", + "source-map": "^0.5.6", + "source-map-resolve": "^0.5.0", + "use": "^3.1.0" + } + }, + "snapdragon-node": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "requires": { + "define-property": "^1.0.0", + "isobject": "^3.0.0", + "snapdragon-util": "^3.0.1" + }, + "dependencies": { + "define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "requires": { + "is-descriptor": "^1.0.0" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + } + } + }, + "snapdragon-util": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "requires": { + "kind-of": "^3.2.0" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" + }, + "source-map-resolve": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", + "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", + "requires": { + "atob": "^2.1.2", + "decode-uri-component": "^0.2.0", + "resolve-url": "^0.2.1", + "source-map-url": "^0.4.0", + "urix": "^0.1.0" + } + }, + "source-map-url": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==" + }, + "sparkles": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz", + "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==" + }, + "spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" + }, + "spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==" + }, + "split-string": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "requires": { + "extend-shallow": "^3.0.0" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + } + } + }, + "stack-trace": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", + "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==" + }, + "static-extend": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", + "requires": { + "define-property": "^0.2.5", + "object-copy": "^0.1.0" + } + }, + "stream-exhaust": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", + "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==" + }, + "stream-shift": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "requires": { + "ansi-regex": "^2.0.0" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==", + "requires": { + "is-utf8": "^0.2.0" + } + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + }, + "sver-compat": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/sver-compat/-/sver-compat-1.5.0.tgz", + "integrity": "sha512-aFTHfmjwizMNlNE6dsGmoAM4lHjL0CyiobWaFiXWSlD7cIxshW422Nb8KbXCmR6z+0ZEPY+daXJrDyh/vuwTyg==", + "requires": { + "es6-iterator": "^2.0.1", + "es6-symbol": "^3.1.1" + } + }, + "sweetalert2": { + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.8.0.tgz", + "integrity": "sha512-fXoPPZGe+V6XPbSh0gCnRlJoOFOit/SqZDzr2DY975BZCmIuFbP1duKe8yZaiNvkae9pctpfq8zfHIMzj9gvJA==" + }, + "through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "requires": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + }, + "through2-filter": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-3.0.0.tgz", + "integrity": "sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==", + "requires": { + "through2": "~2.0.0", + "xtend": "~4.0.0" + } + }, + "time-stamp": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz", + "integrity": "sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==" + }, + "timeago": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/timeago/-/timeago-1.6.7.tgz", + "integrity": "sha512-FikcjN98+ij0siKH4VO4dZ358PR3oDDq4Vdl1+sN9gWz1/+JXGr3uZbUShYH/hL7bMhcTpPbplJU5Tej4b4jbQ==", + "requires": { + "jquery": ">=1.5.0 <4.0" + } + }, + "to-absolute-glob": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", + "integrity": "sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==", + "requires": { + "is-absolute": "^1.0.0", + "is-negated-glob": "^1.0.0" + } + }, + "to-object-path": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", + "requires": { + "kind-of": "^3.0.2" + }, + "dependencies": { + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "requires": { + "is-buffer": "^1.1.5" + } + } + } + }, + "to-regex": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "requires": { + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "regex-not": "^1.0.2", + "safe-regex": "^1.1.0" + }, + "dependencies": { + "define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "requires": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + } + }, + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "requires": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "requires": { + "isobject": "^3.0.1" + } + } + } + }, + "to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "requires": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + } + }, + "to-through": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", + "integrity": "sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==", + "requires": { + "through2": "^2.0.3" + } + }, + "toastr": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/toastr/-/toastr-2.1.4.tgz", + "integrity": "sha512-LIy77F5n+sz4tefMmFOntcJ6HL0Fv3k1TDnNmFZ0bU/GcvIIfy6eG2v7zQmMiYgaalAiUv75ttFrPn5s0gyqlA==", + "requires": { + "jquery": ">=1.12.0" + } + }, + "type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" + }, + "unc-path-regex": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "integrity": "sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==" + }, + "undertaker": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.3.0.tgz", + "integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==", + "requires": { + "arr-flatten": "^1.0.1", + "arr-map": "^2.0.0", + "bach": "^1.0.0", + "collection-map": "^1.0.0", + "es6-weak-map": "^2.0.1", + "fast-levenshtein": "^1.0.0", + "last-run": "^1.1.0", + "object.defaults": "^1.0.0", + "object.reduce": "^1.0.0", + "undertaker-registry": "^1.0.0" + } + }, + "undertaker-registry": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz", + "integrity": "sha512-UR1khWeAjugW3548EfQmL9Z7pGMlBgXteQpr1IZeZBtnkCJQJIJ1Scj0mb9wQaPvUZ9Q17XqW6TIaPchJkyfqw==" + }, + "union-value": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "requires": { + "arr-union": "^3.1.0", + "get-value": "^2.0.6", + "is-extendable": "^0.1.1", + "set-value": "^2.0.1" + } + }, + "unique-stream": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.3.1.tgz", + "integrity": "sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==", + "requires": { + "json-stable-stringify-without-jsonify": "^1.0.1", + "through2-filter": "^3.0.0" + } + }, + "unset-value": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", + "requires": { + "has-value": "^0.3.1", + "isobject": "^3.0.0" + }, + "dependencies": { + "has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", + "requires": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "dependencies": { + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", + "requires": { + "isarray": "1.0.0" + } + } + } + }, + "has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==" + } + } + }, + "upath": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + }, + "urix": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==" + }, + "use": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "v8flags": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz", + "integrity": "sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==", + "requires": { + "homedir-polyfill": "^1.0.1" + } + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "value-or-function": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", + "integrity": "sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==" + }, + "vinyl": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.1.tgz", + "integrity": "sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==", + "requires": { + "clone": "^2.1.1", + "clone-buffer": "^1.0.0", + "clone-stats": "^1.0.0", + "cloneable-readable": "^1.0.0", + "remove-trailing-separator": "^1.0.1", + "replace-ext": "^1.0.0" + } + }, + "vinyl-fs": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz", + "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==", + "requires": { + "fs-mkdirp-stream": "^1.0.0", + "glob-stream": "^6.1.0", + "graceful-fs": "^4.0.0", + "is-valid-glob": "^1.0.0", + "lazystream": "^1.0.0", + "lead": "^1.0.0", + "object.assign": "^4.0.4", + "pumpify": "^1.3.5", + "readable-stream": "^2.3.3", + "remove-bom-buffer": "^3.0.0", + "remove-bom-stream": "^1.2.0", + "resolve-options": "^1.1.0", + "through2": "^2.0.0", + "to-through": "^2.0.0", + "value-or-function": "^3.0.0", + "vinyl": "^2.0.0", + "vinyl-sourcemap": "^1.1.0" + } + }, + "vinyl-sourcemap": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", + "integrity": "sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==", + "requires": { + "append-buffer": "^1.0.2", + "convert-source-map": "^1.5.0", + "graceful-fs": "^4.1.6", + "normalize-path": "^2.1.1", + "now-and-later": "^2.0.0", + "remove-bom-buffer": "^3.0.0", + "vinyl": "^2.0.0" + }, + "dependencies": { + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "requires": { + "remove-trailing-separator": "^1.0.1" + } + } + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + }, + "which-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz", + "integrity": "sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==" + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==", + "requires": { + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1" + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + }, + "xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==" + }, + "y18n": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.2.tgz", + "integrity": "sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==" + }, + "yargs": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-7.1.2.tgz", + "integrity": "sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==", + "requires": { + "camelcase": "^3.0.0", + "cliui": "^3.2.0", + "decamelize": "^1.1.1", + "get-caller-file": "^1.0.1", + "os-locale": "^1.4.0", + "read-pkg-up": "^1.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^1.0.1", + "set-blocking": "^2.0.0", + "string-width": "^1.0.2", + "which-module": "^1.0.0", + "y18n": "^3.2.1", + "yargs-parser": "^5.0.1" + } + }, + "yargs-parser": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-5.0.1.tgz", + "integrity": "sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==", + "requires": { + "camelcase": "^3.0.0", + "object.assign": "^4.1.0" + } + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/package.json b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/package.json new file mode 100644 index 000000000..330a0b36d --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/package.json @@ -0,0 +1,8 @@ +{ + "version": "1.0.0", + "name": "my-app", + "private": true, + "dependencies": { + "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "~2.2.0-rc.1" + } +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/web.config b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/web.config new file mode 100644 index 000000000..acb960ad2 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/web.config @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/global-styles.css b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/global-styles.css new file mode 100644 index 000000000..74db4bd54 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/global-styles.css @@ -0,0 +1,6 @@ +/* Your Global Styles */ + +:root .lpx-brand-logo { + --lpx-logo: url('/images/logo/leptonx/logo-light.png'); + --lpx-logo-icon: url('/images/logo/leptonx/logo-light-thumbnail.png'); +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-dark-thumbnail.png b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-dark-thumbnail.png new file mode 100644 index 000000000..621596bb5 Binary files /dev/null and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-dark-thumbnail.png differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-dark.png b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-dark.png new file mode 100644 index 000000000..e4bfe818c Binary files /dev/null and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-dark.png differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-light-thumbnail.png b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-light-thumbnail.png new file mode 100644 index 000000000..886c96086 Binary files /dev/null and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-light-thumbnail.png differ diff --git a/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-light.png b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-light.png new file mode 100644 index 000000000..6ebd97e2b Binary files /dev/null and b/WinIn.FasterZ.AgGridReport/src/WinIn.FasterZ.AgGridReport.Web/wwwroot/images/logo/leptonx/logo-light.png differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/AgGridReportApplicationTestBase.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/AgGridReportApplicationTestBase.cs new file mode 100644 index 000000000..87426414d --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/AgGridReportApplicationTestBase.cs @@ -0,0 +1,6 @@ +namespace WinIn.FasterZ.AgGridReport; + +public abstract class AgGridReportApplicationTestBase : AgGridReportTestBase +{ + +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/AgGridReportApplicationTestModule.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/AgGridReportApplicationTestModule.cs new file mode 100644 index 000000000..c5a60d094 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/AgGridReportApplicationTestModule.cs @@ -0,0 +1,12 @@ +using Volo.Abp.Modularity; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AgGridReportApplicationModule), + typeof(AgGridReportDomainTestModule) + )] +public class AgGridReportApplicationTestModule : AbpModule +{ + +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/Samples/SampleAppServiceTests.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/Samples/SampleAppServiceTests.cs new file mode 100644 index 000000000..6484af528 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/Samples/SampleAppServiceTests.cs @@ -0,0 +1,32 @@ +using Shouldly; +using System.Threading.Tasks; +using Volo.Abp.Identity; +using Xunit; + +namespace WinIn.FasterZ.AgGridReport.Samples; + +/* This is just an example test class. + * Normally, you don't test code of the modules you are using + * (like IIdentityUserAppService here). + * Only test your own application services. + */ +public class SampleAppServiceTests : AgGridReportApplicationTestBase +{ + private readonly IIdentityUserAppService _userAppService; + + public SampleAppServiceTests() + { + _userAppService = GetRequiredService(); + } + + [Fact] + public async Task Initial_Data_Should_Contain_Admin_User() + { + //Act + var result = await _userAppService.GetListAsync(new GetIdentityUsersInput()); + + //Assert + result.TotalCount.ShouldBeGreaterThan(0); + result.Items.ShouldContain(u => u.UserName == "admin"); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/WinIn.FasterZ.AgGridReport.Application.Tests.csproj b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/WinIn.FasterZ.AgGridReport.Application.Tests.csproj new file mode 100644 index 000000000..2c6eab07a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/WinIn.FasterZ.AgGridReport.Application.Tests.csproj @@ -0,0 +1,20 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.csproj.AssemblyReference.cache index 3164eca85..5d5ecb43f 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.AssemblyInfoInputs.cache index 636793d51..118453a25 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.AssemblyInfoInputs.cache @@ -1 +1 @@ -a72806f983c18ecbe7a51c763fccd00a3df3c3c46e593e870764237d9d3ed0bd +cd1445f8da51ebb08e4941d1bd3fc9d75580907c diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.GeneratedMSBuildEditorConfig.editorconfig index 0e6437f13..b0b2a7c22 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.Application.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.Application.Tests\ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.assets.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.assets.cache index 9097b7071..cfa9c9e90 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.assets.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.csproj.AssemblyReference.cache index df8925707..fdab970eb 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Application.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Application.Tests.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/AgGridReportDomainTestBase.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/AgGridReportDomainTestBase.cs new file mode 100644 index 000000000..77ddbc4bd --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/AgGridReportDomainTestBase.cs @@ -0,0 +1,6 @@ +namespace WinIn.FasterZ.AgGridReport; + +public abstract class AgGridReportDomainTestBase : AgGridReportTestBase +{ + +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/AgGridReportDomainTestModule.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/AgGridReportDomainTestModule.cs new file mode 100644 index 000000000..62b811557 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/AgGridReportDomainTestModule.cs @@ -0,0 +1,12 @@ +using WinIn.FasterZ.AgGridReport.EntityFrameworkCore; +using Volo.Abp.Modularity; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AgGridReportEntityFrameworkCoreTestModule) + )] +public class AgGridReportDomainTestModule : AbpModule +{ + +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/Samples/SampleDomainTests.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/Samples/SampleDomainTests.cs new file mode 100644 index 000000000..42bf4d418 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/Samples/SampleDomainTests.cs @@ -0,0 +1,44 @@ +using System.Threading.Tasks; +using Shouldly; +using Volo.Abp.Identity; +using Xunit; + +namespace WinIn.FasterZ.AgGridReport.Samples; + +/* This is just an example test class. + * Normally, you don't test code of the modules you are using + * (like IdentityUserManager here). + * Only test your own domain services. + */ +public class SampleDomainTests : AgGridReportDomainTestBase +{ + private readonly IIdentityUserRepository _identityUserRepository; + private readonly IdentityUserManager _identityUserManager; + + public SampleDomainTests() + { + _identityUserRepository = GetRequiredService(); + _identityUserManager = GetRequiredService(); + } + + [Fact] + public async Task Should_Set_Email_Of_A_User() + { + IdentityUser adminUser; + + /* Need to manually start Unit Of Work because + * FirstOrDefaultAsync should be executed while db connection / context is available. + */ + await WithUnitOfWorkAsync(async () => + { + adminUser = await _identityUserRepository + .FindByNormalizedUserNameAsync("ADMIN"); + + await _identityUserManager.SetEmailAsync(adminUser, "newemail@abp.io"); + await _identityUserRepository.UpdateAsync(adminUser); + }); + + adminUser = await _identityUserRepository.FindByNormalizedUserNameAsync("ADMIN"); + adminUser.Email.ShouldBe("newemail@abp.io"); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj new file mode 100644 index 000000000..a90623c76 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj @@ -0,0 +1,19 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj.AssemblyReference.cache index 0a9f64a77..d8ff86225 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.AssemblyInfoInputs.cache index 516000efd..951ae8774 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.AssemblyInfoInputs.cache @@ -1 +1 @@ -862cf49c854c24313971ae673f06dd488fccfdae801107e45bad7401a61cc787 +ecd40d66a5c37b882e1f0e63961fbdc1f49e6510 diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.GeneratedMSBuildEditorConfig.editorconfig index 0bb80847a..7eef359ee 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.Domain.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.Domain.Tests\ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.assets.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.assets.cache index 4e299e1ca..6f0e90e03 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.assets.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj.AssemblyReference.cache index ff0950877..45b775148 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Domain.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Domain.Tests.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/AgGridReportEntityFrameworkCoreTestBase.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/AgGridReportEntityFrameworkCoreTestBase.cs new file mode 100644 index 000000000..1cb10e482 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/AgGridReportEntityFrameworkCoreTestBase.cs @@ -0,0 +1,8 @@ +using Volo.Abp; + +namespace WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +public abstract class AgGridReportEntityFrameworkCoreTestBase : AgGridReportTestBase +{ + +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/AgGridReportEntityFrameworkCoreTestModule.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/AgGridReportEntityFrameworkCoreTestModule.cs new file mode 100644 index 000000000..db6d8078c --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/AgGridReportEntityFrameworkCoreTestModule.cs @@ -0,0 +1,76 @@ +using Microsoft.Data.Sqlite; +using Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore.Infrastructure; +using Microsoft.EntityFrameworkCore.Storage; +using Microsoft.Extensions.DependencyInjection; +using Volo.Abp; +using Volo.Abp.EntityFrameworkCore; +using Volo.Abp.EntityFrameworkCore.Sqlite; +using Volo.Abp.FeatureManagement; +using Volo.Abp.Modularity; +using Volo.Abp.PermissionManagement; +using Volo.Abp.Uow; + +namespace WinIn.FasterZ.AgGridReport.EntityFrameworkCore; + +[DependsOn( + typeof(AgGridReportEntityFrameworkCoreModule), + typeof(AgGridReportTestBaseModule), + typeof(AbpEntityFrameworkCoreSqliteModule) + )] +public class AgGridReportEntityFrameworkCoreTestModule : AbpModule +{ + private SqliteConnection? _sqliteConnection; + + public override void ConfigureServices(ServiceConfigurationContext context) + { + Configure(options => + { + options.SaveStaticFeaturesToDatabase = false; + options.IsDynamicFeatureStoreEnabled = false; + }); + Configure(options => + { + options.SaveStaticPermissionsToDatabase = false; + options.IsDynamicPermissionStoreEnabled = false; + }); + context.Services.AddAlwaysDisableUnitOfWorkTransaction(); + + ConfigureInMemorySqlite(context.Services); + } + + private void ConfigureInMemorySqlite(IServiceCollection services) + { + _sqliteConnection = CreateDatabaseAndGetConnection(); + + services.Configure(options => + { + options.Configure(context => + { + context.DbContextOptions.UseSqlite(_sqliteConnection); + }); + }); + } + + public override void OnApplicationShutdown(ApplicationShutdownContext context) + { + _sqliteConnection?.Dispose(); + } + + private static SqliteConnection CreateDatabaseAndGetConnection() + { + var connection = new SqliteConnection("Data Source=:memory:"); + connection.Open(); + + var options = new DbContextOptionsBuilder() + .UseSqlite(connection) + .Options; + + using (var context = new AgGridReportDbContext(options)) + { + context.GetService().CreateTables(); + } + + return connection; + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/Samples/SampleRepositoryTests.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/Samples/SampleRepositoryTests.cs new file mode 100644 index 000000000..174c107b1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/EntityFrameworkCore/Samples/SampleRepositoryTests.cs @@ -0,0 +1,43 @@ +using Microsoft.EntityFrameworkCore; +using Shouldly; +using System; +using System.Linq; +using System.Threading.Tasks; +using Volo.Abp.Domain.Repositories; +using Volo.Abp.Identity; +using Xunit; + +namespace WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Samples; + +/* This is just an example test class. + * Normally, you don't test ABP framework code + * (like default AppUser repository IRepository here). + * Only test your custom repository methods. + */ +public class SampleRepositoryTests : AgGridReportEntityFrameworkCoreTestBase +{ + private readonly IRepository _appUserRepository; + + public SampleRepositoryTests() + { + _appUserRepository = GetRequiredService>(); + } + + [Fact] + public async Task Should_Query_AppUser() + { + /* Need to manually start Unit Of Work because + * FirstOrDefaultAsync should be executed while db connection / context is available. + */ + await WithUnitOfWorkAsync(async () => + { + //Act + var adminUser = await (await _appUserRepository.GetQueryableAsync()) + .Where(u => u.UserName == "admin") + .FirstOrDefaultAsync(); + + //Assert + adminUser.ShouldNotBeNull(); + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj new file mode 100644 index 000000000..b8ae30131 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj @@ -0,0 +1,21 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj.AssemblyReference.cache index fd458313d..4e5947bc2 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.AssemblyInfoInputs.cache index 8e9fda8e2..e9ec5b878 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.AssemblyInfoInputs.cache @@ -1 +1 @@ -6aa911a0e16c13d0e7013d7fea8df0601db7151b2c95bdbad033eb8726a3c953 +d0f13ff478d9a63ccb6a456058b4c8e863ffa6e7 diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.GeneratedMSBuildEditorConfig.editorconfig index 54ac99e59..f18b8d3c6 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests\ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.assets.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.assets.cache index 15d85cda0..7ba3d5779 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.assets.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj.AssemblyReference.cache index 411864de6..ef7c5a75a 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.EntityFrameworkCore.Tests.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/AgGridReportConsoleApiClientModule.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/AgGridReportConsoleApiClientModule.cs new file mode 100644 index 000000000..3f774dcfa --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/AgGridReportConsoleApiClientModule.cs @@ -0,0 +1,30 @@ +using System; +using Microsoft.Extensions.DependencyInjection; +using Polly; +using Volo.Abp.Autofac; +using Volo.Abp.Http.Client; +using Volo.Abp.Http.Client.IdentityModel; +using Volo.Abp.Modularity; + +namespace WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp; + +[DependsOn( + typeof(AbpAutofacModule), + typeof(AgGridReportHttpApiClientModule), + typeof(AbpHttpClientIdentityModelModule) + )] +public class AgGridReportConsoleApiClientModule : AbpModule +{ + public override void PreConfigureServices(ServiceConfigurationContext context) + { + PreConfigure(options => + { + options.ProxyClientBuildActions.Add((remoteServiceName, clientBuilder) => + { + clientBuilder.AddTransientHttpErrorPolicy( + policyBuilder => policyBuilder.WaitAndRetryAsync(3, i => TimeSpan.FromSeconds(Math.Pow(2, i))) + ); + }); + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/ClientDemoService.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/ClientDemoService.cs new file mode 100644 index 000000000..a5e4fc8a1 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/ClientDemoService.cs @@ -0,0 +1,25 @@ +using System; +using System.Threading.Tasks; +using Volo.Abp.Account; +using Volo.Abp.DependencyInjection; + +namespace WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp; + +public class ClientDemoService : ITransientDependency +{ + private readonly IProfileAppService _profileAppService; + + public ClientDemoService(IProfileAppService profileAppService) + { + _profileAppService = profileAppService; + } + + public async Task RunAsync() + { + var output = await _profileAppService.GetAsync(); + Console.WriteLine($"UserName : {output.UserName}"); + Console.WriteLine($"Email : {output.Email}"); + Console.WriteLine($"Name : {output.Name}"); + Console.WriteLine($"Surname : {output.Surname}"); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs new file mode 100644 index 000000000..6c6a91665 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/ConsoleTestAppHostedService.cs @@ -0,0 +1,40 @@ +using Microsoft.Extensions.Hosting; +using System.Threading; +using System.Threading.Tasks; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Volo.Abp; + +namespace WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp; + +public class ConsoleTestAppHostedService : IHostedService +{ + private readonly IConfiguration _configuration; + + public ConsoleTestAppHostedService(IConfiguration configuration) + { + _configuration = configuration; + } + + public async Task StartAsync(CancellationToken cancellationToken) + { + using (var application = await AbpApplicationFactory.CreateAsync(options => + { + options.Services.ReplaceConfiguration(_configuration); + options.UseAutofac(); + })) + { + await application.InitializeAsync(); + + var demo = application.ServiceProvider.GetRequiredService(); + await demo.RunAsync(); + + await application.ShutdownAsync(); + } + } + + public Task StopAsync(CancellationToken cancellationToken) + { + return Task.CompletedTask; + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/Program.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/Program.cs new file mode 100644 index 000000000..61c3fa696 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/Program.cs @@ -0,0 +1,22 @@ +using System.Threading.Tasks; +using Microsoft.Extensions.Configuration; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Hosting; + +namespace WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp; + +class Program +{ + static async Task Main(string[] args) + { + await CreateHostBuilder(args).RunConsoleAsync(); + } + + public static IHostBuilder CreateHostBuilder(string[] args) => + Host.CreateDefaultBuilder(args) + .AddAppSettingsSecretsJson() + .ConfigureServices((hostContext, services) => + { + services.AddHostedService(); + }); +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj new file mode 100644 index 000000000..cfc6cb232 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj @@ -0,0 +1,33 @@ + + + + Exe + net7.0 + enable + + + + + + PreserveNewest + Always + + + + PreserveNewest + Always + + + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/appsettings.json b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/appsettings.json new file mode 100644 index 000000000..efc281ee8 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/appsettings.json @@ -0,0 +1,17 @@ +{ + "RemoteServices": { + "Default": { + "BaseUrl": "https://localhost:44341" + } + }, + "IdentityClients": { + "Default": { + "GrantType": "password", + "ClientId": "AgGridReport_App", + "UserName": "admin", + "UserPassword": "1q2w3E*", + "Authority": "https://localhost:44341", + "Scope": "AgGridReport" + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/appsettings.secrets.json b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/appsettings.secrets.json new file mode 100644 index 000000000..7a73a41bf --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/appsettings.secrets.json @@ -0,0 +1,2 @@ +{ +} \ No newline at end of file diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj.AssemblyReference.cache index 8e7cb88b6..fab98631d 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.AssemblyInfoInputs.cache index b26bf5ab3..676803781 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.AssemblyInfoInputs.cache @@ -1 +1 @@ -11a3a164a3d108d775fe9ef11312a902caccbf6ae07fd248ccb0e211d2a36708 +808694c55aec8e05365a2e5a887cbb5adfbf5d45 diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.GeneratedMSBuildEditorConfig.editorconfig index 990cbf6b5..77bb7e900 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp\ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.assets.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.assets.cache index ebfd93381..936bef3bf 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.assets.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj.AssemblyReference.cache index 8abd2f84c..8ba462425 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.HttpApi.Client.ConsoleTestApp.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestBase.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestBase.cs new file mode 100644 index 000000000..0d32f8b7b --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestBase.cs @@ -0,0 +1,60 @@ +using System; +using System.Threading.Tasks; +using Microsoft.Extensions.DependencyInjection; +using Volo.Abp; +using Volo.Abp.Modularity; +using Volo.Abp.Uow; +using Volo.Abp.Testing; + +namespace WinIn.FasterZ.AgGridReport; + +/* All test classes are derived from this class, directly or indirectly. + */ +public abstract class AgGridReportTestBase : AbpIntegratedTest + where TStartupModule : IAbpModule +{ + protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options) + { + options.UseAutofac(); + } + + protected virtual Task WithUnitOfWorkAsync(Func func) + { + return WithUnitOfWorkAsync(new AbpUnitOfWorkOptions(), func); + } + + protected virtual async Task WithUnitOfWorkAsync(AbpUnitOfWorkOptions options, Func action) + { + using (var scope = ServiceProvider.CreateScope()) + { + var uowManager = scope.ServiceProvider.GetRequiredService(); + + using (var uow = uowManager.Begin(options)) + { + await action(); + + await uow.CompleteAsync(); + } + } + } + + protected virtual Task WithUnitOfWorkAsync(Func> func) + { + return WithUnitOfWorkAsync(new AbpUnitOfWorkOptions(), func); + } + + protected virtual async Task WithUnitOfWorkAsync(AbpUnitOfWorkOptions options, Func> func) + { + using (var scope = ServiceProvider.CreateScope()) + { + var uowManager = scope.ServiceProvider.GetRequiredService(); + + using (var uow = uowManager.Begin(options)) + { + var result = await func(); + await uow.CompleteAsync(); + return result; + } + } + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestBaseModule.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestBaseModule.cs new file mode 100644 index 000000000..0c6f4404a --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestBaseModule.cs @@ -0,0 +1,52 @@ +using Microsoft.Extensions.DependencyInjection; +using Volo.Abp; +using Volo.Abp.Authorization; +using Volo.Abp.Autofac; +using Volo.Abp.BackgroundJobs; +using Volo.Abp.Data; +using Volo.Abp.Modularity; +using Volo.Abp.Threading; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AbpAutofacModule), + typeof(AbpTestBaseModule), + typeof(AbpAuthorizationModule), + typeof(AgGridReportDomainModule) + )] +public class AgGridReportTestBaseModule : AbpModule +{ + public override void PreConfigureServices(ServiceConfigurationContext context) + { + + } + + public override void ConfigureServices(ServiceConfigurationContext context) + { + Configure(options => + { + options.IsJobExecutionEnabled = false; + }); + + context.Services.AddAlwaysAllowAuthorization(); + } + + public override void OnApplicationInitialization(ApplicationInitializationContext context) + { + SeedTestData(context); + } + + private static void SeedTestData(ApplicationInitializationContext context) + { + AsyncHelper.RunSync(async () => + { + using (var scope = context.ServiceProvider.CreateScope()) + { + await scope.ServiceProvider + .GetRequiredService() + .SeedAsync(); + } + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestDataSeedContributor.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestDataSeedContributor.cs new file mode 100644 index 000000000..8bd7894b4 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/AgGridReportTestDataSeedContributor.cs @@ -0,0 +1,15 @@ +using System.Threading.Tasks; +using Volo.Abp.Data; +using Volo.Abp.DependencyInjection; + +namespace WinIn.FasterZ.AgGridReport; + +public class AgGridReportTestDataSeedContributor : IDataSeedContributor, ITransientDependency +{ + public Task SeedAsync(DataSeedContext context) + { + /* Seed additional test data... */ + + return Task.CompletedTask; + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/Security/FakeCurrentPrincipalAccessor.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/Security/FakeCurrentPrincipalAccessor.cs new file mode 100644 index 000000000..3b40a40fe --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/Security/FakeCurrentPrincipalAccessor.cs @@ -0,0 +1,25 @@ +using System.Collections.Generic; +using System.Security.Claims; +using Volo.Abp.DependencyInjection; +using Volo.Abp.Security.Claims; + +namespace WinIn.FasterZ.AgGridReport.Security; + +[Dependency(ReplaceServices = true)] +public class FakeCurrentPrincipalAccessor : ThreadCurrentPrincipalAccessor +{ + protected override ClaimsPrincipal GetClaimsPrincipal() + { + return GetPrincipal(); + } + + private ClaimsPrincipal GetPrincipal() + { + return new ClaimsPrincipal(new ClaimsIdentity(new List + { + new Claim(AbpClaimTypes.UserId, "2e701e62-0953-4dd3-910b-dc6cc93ccb0d"), + new Claim(AbpClaimTypes.UserName, "admin"), + new Claim(AbpClaimTypes.Email, "admin@abp.io") + })); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/WinIn.FasterZ.AgGridReport.TestBase.csproj b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/WinIn.FasterZ.AgGridReport.TestBase.csproj new file mode 100644 index 000000000..dcf4943b3 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/WinIn.FasterZ.AgGridReport.TestBase.csproj @@ -0,0 +1,31 @@ + + + + + + net7.0 + enable + WinIn.FasterZ.AgGridReport + + + + + + + + + + + + + + all + runtime; build; native; contentfiles; analyzers + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.TestBase.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.TestBase.csproj.AssemblyReference.cache index beddebfb4..4e769fa46 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.TestBase.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.TestBase.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.AssemblyInfoInputs.cache index 269f95cf3..ea6c70b96 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.AssemblyInfoInputs.cache @@ -1 +1 @@ -fcd373bf78068f91c05dd0cbfada1c9cec19a05905aacab5bc16eff0705bc16f +c65d2b5646663ab239b91cc4dbefb7aca6d04533 diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.GeneratedMSBuildEditorConfig.editorconfig index d642fca06..fa32618ed 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.TestBase\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.TestBase\ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.assets.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.assets.cache index 662cb737b..496abe2b1 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.assets.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.csproj.AssemblyReference.cache index 492b677f9..d4baeeb8d 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.TestBase/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.TestBase.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestBase.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestBase.cs new file mode 100644 index 000000000..8ca0335f8 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestBase.cs @@ -0,0 +1,39 @@ +using System; +using System.Net; +using System.Net.Http; +using System.Text.Json; +using System.Threading.Tasks; +using Microsoft.Extensions.Hosting; +using Shouldly; +using Volo.Abp.AspNetCore.TestBase; + +namespace WinIn.FasterZ.AgGridReport; + +public abstract class AgGridReportWebTestBase : AbpAspNetCoreIntegratedTestBase +{ + protected override IHostBuilder CreateHostBuilder() + { + return base + .CreateHostBuilder() + .UseContentRoot(WebContentDirectoryFinder.CalculateContentRootFolder() ?? throw new InvalidOperationException()); + } + + protected virtual async Task GetResponseAsObjectAsync(string url, HttpStatusCode expectedStatusCode = HttpStatusCode.OK) + { + var strResponse = await GetResponseAsStringAsync(url, expectedStatusCode); + return JsonSerializer.Deserialize(strResponse, new JsonSerializerOptions(JsonSerializerDefaults.Web)); + } + + protected virtual async Task GetResponseAsStringAsync(string url, HttpStatusCode expectedStatusCode = HttpStatusCode.OK) + { + var response = await GetResponseAsync(url, expectedStatusCode); + return await response.Content.ReadAsStringAsync(); + } + + protected virtual async Task GetResponseAsync(string url, HttpStatusCode expectedStatusCode = HttpStatusCode.OK) + { + var response = await Client.GetAsync(url); + response.StatusCode.ShouldBe(expectedStatusCode); + return response; + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestModule.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestModule.cs new file mode 100644 index 000000000..bd4b626d7 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestModule.cs @@ -0,0 +1,68 @@ +using System.Collections.Generic; +using System.Globalization; +using Localization.Resources.AbpUi; +using Microsoft.AspNetCore.Builder; +using Microsoft.AspNetCore.Localization; +using Microsoft.AspNetCore.Mvc.ApplicationParts; +using Microsoft.Extensions.DependencyInjection; +using WinIn.FasterZ.AgGridReport.Localization; +using WinIn.FasterZ.AgGridReport.Web; +using WinIn.FasterZ.AgGridReport.Web.Menus; +using Volo.Abp.AspNetCore.TestBase; +using Volo.Abp.Localization; +using Volo.Abp.Modularity; +using Volo.Abp.UI.Navigation; +using Volo.Abp.Validation.Localization; + +namespace WinIn.FasterZ.AgGridReport; + +[DependsOn( + typeof(AbpAspNetCoreTestBaseModule), + typeof(AgGridReportWebModule), + typeof(AgGridReportApplicationTestModule) +)] +public class AgGridReportWebTestModule : AbpModule +{ + public override void PreConfigureServices(ServiceConfigurationContext context) + { + context.Services.PreConfigure(builder => + { + builder.PartManager.ApplicationParts.Add(new CompiledRazorAssemblyPart(typeof(AgGridReportWebModule).Assembly)); + }); + } + + public override void ConfigureServices(ServiceConfigurationContext context) + { + ConfigureLocalizationServices(context.Services); + ConfigureNavigationServices(context.Services); + } + + private static void ConfigureLocalizationServices(IServiceCollection services) + { + var cultures = new List { new CultureInfo("en"), new CultureInfo("tr") }; + services.Configure(options => + { + options.DefaultRequestCulture = new RequestCulture("en"); + options.SupportedCultures = cultures; + options.SupportedUICultures = cultures; + }); + + services.Configure(options => + { + options.Resources + .Get() + .AddBaseTypes( + typeof(AbpValidationResource), + typeof(AbpUiResource) + ); + }); + } + + private static void ConfigureNavigationServices(IServiceCollection services) + { + services.Configure(options => + { + options.MenuContributors.Add(new AgGridReportMenuContributor()); + }); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestStartup.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestStartup.cs new file mode 100644 index 000000000..e2c720dfa --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/AgGridReportWebTestStartup.cs @@ -0,0 +1,20 @@ +using System; +using Microsoft.AspNetCore.Builder; +using Microsoft.Extensions.DependencyInjection; +using Microsoft.Extensions.Logging; +using Volo.Abp; + +namespace WinIn.FasterZ.AgGridReport; + +public class AgGridReportWebTestStartup +{ + public void ConfigureServices(IServiceCollection services) + { + services.AddApplication(); + } + + public void Configure(IApplicationBuilder app, ILoggerFactory loggerFactory) + { + app.InitializeApplication(); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/Pages/Index_Tests.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/Pages/Index_Tests.cs new file mode 100644 index 000000000..c5f002952 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/Pages/Index_Tests.cs @@ -0,0 +1,15 @@ +using System.Threading.Tasks; +using Shouldly; +using Xunit; + +namespace WinIn.FasterZ.AgGridReport.Pages; + +public class Index_Tests : AgGridReportWebTestBase +{ + [Fact] + public async Task Welcome_Page() + { + var response = await GetResponseAsStringAsync("/"); + response.ShouldNotBeNull(); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/WebContentDirectoryFinder.cs b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/WebContentDirectoryFinder.cs new file mode 100644 index 000000000..7b5180da3 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/WebContentDirectoryFinder.cs @@ -0,0 +1,59 @@ +using System; +using System.IO; +using System.Linq; + +namespace WinIn.FasterZ.AgGridReport; + +/// +/// This class is used to find root path of the web project. Used for; +/// 1. unit tests (to find views). +/// 2. entity framework core command line commands (to find the conn string). +/// +public static class WebContentDirectoryFinder +{ + public static string? CalculateContentRootFolder() + { + var domainAssemblyDirectoryPath = + Path.GetDirectoryName(typeof(AgGridReportDomainModule).Assembly.Location); + if (domainAssemblyDirectoryPath == null) + { + throw new Exception( + $"Could not find location of {typeof(AgGridReportDomainModule).Assembly.FullName} assembly!"); + } + + var directoryInfo = new DirectoryInfo(domainAssemblyDirectoryPath); + + if (Environment.GetEnvironmentVariable("NCrunch") == "1") + { + while (!DirectoryContains(directoryInfo.FullName, "WinIn.FasterZ.AgGridReport.Web.csproj", SearchOption.AllDirectories)) + { + directoryInfo = directoryInfo.Parent ?? throw new Exception("Could not find content root folder!"); + } + + var webProject = Directory.GetFiles(directoryInfo.FullName, string.Empty, SearchOption.AllDirectories) + .First(filePath => string.Equals(Path.GetFileName(filePath), "WinIn.FasterZ.AgGridReport.Web.csproj")); + + return Path.GetDirectoryName(webProject); + } + + while (!DirectoryContains(directoryInfo.FullName, "WinIn.FasterZ.AgGridReport.sln")) + { + directoryInfo = directoryInfo.Parent ?? throw new Exception("Could not find content root folder!"); + } + + var webFolder = Path.Combine(directoryInfo.FullName, $"src{Path.DirectorySeparatorChar}WinIn.FasterZ.AgGridReport.Web"); + if (Directory.Exists(webFolder)) + { + return webFolder; + } + + throw new Exception("Could not find root folder of the web project!"); + } + + private static bool DirectoryContains(string directory, string fileName, + SearchOption searchOption = SearchOption.TopDirectoryOnly) + { + return Directory.GetFiles(directory, string.Empty, searchOption) + .Any(filePath => string.Equals(Path.GetFileName(filePath), fileName)); + } +} diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/WinIn.FasterZ.AgGridReport.Web.Tests.csproj b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/WinIn.FasterZ.AgGridReport.Web.Tests.csproj new file mode 100644 index 000000000..85affdde7 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/WinIn.FasterZ.AgGridReport.Web.Tests.csproj @@ -0,0 +1,40 @@ + + + + + + net7.0 + enable + Exe + $(AssetTargetFallback);portable-net45+win8+wp8+wpa81; + WinIn.FasterZ.AgGridReport + true + true + true + + + + + + + + + + + + + Always + PreserveNewest + + + + + + + + + + + + + diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.csproj.AssemblyReference.cache index bd85f5fbe..622b0c890 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Debug/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.AssemblyInfoInputs.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.AssemblyInfoInputs.cache index 3561d3c88..596cf0ae0 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.AssemblyInfoInputs.cache +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.AssemblyInfoInputs.cache @@ -1 +1 @@ -56c41c3a7c60cf851b9a0b646119d6ed895603366e4c9e7713f7547b2d086a53 +7162e2998e3f3e25e66fdc69fc671f73ab675853 diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.GeneratedMSBuildEditorConfig.editorconfig b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.GeneratedMSBuildEditorConfig.editorconfig index d910e68d7..ee261e591 100644 --- a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.GeneratedMSBuildEditorConfig.editorconfig +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.GeneratedMSBuildEditorConfig.editorconfig @@ -8,6 +8,4 @@ build_property.PlatformNeutralAssembly = build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = WinIn.FasterZ.AgGridReport -build_property.ProjectDir = E:\Code\WZC2\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.Web.Tests\ -build_property.EnableComHosting = -build_property.EnableGeneratedComInterfaceComImportInterop = +build_property.ProjectDir = E:\Code\AiChi\WMS_AIC\WinIn.FasterZ.AgGridReport\test\WinIn.FasterZ.AgGridReport.Web.Tests\ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.assets.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.assets.cache index 07648d8fa..330ada8f9 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.assets.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.assets.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.csproj.AssemblyReference.cache b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.csproj.AssemblyReference.cache index f8a4a0c2a..bc7ade110 100644 Binary files a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.csproj.AssemblyReference.cache and b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/obj/Release/net7.0/WinIn.FasterZ.AgGridReport.Web.Tests.csproj.AssemblyReference.cache differ diff --git a/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/xunit.runner.json b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/xunit.runner.json new file mode 100644 index 000000000..78c070e83 --- /dev/null +++ b/WinIn.FasterZ.AgGridReport/test/WinIn.FasterZ.AgGridReport.Web.Tests/xunit.runner.json @@ -0,0 +1,3 @@ +{ + "shadowCopy": false +} \ No newline at end of file